Package com.vmware.nsx_policy.model
Class EffectiveProfilesResponse.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.EffectiveProfilesResponse.Builder
-
- Enclosing class:
- EffectiveProfilesResponse
public static final class EffectiveProfilesResponse.Builder extends java.lang.Object
Builder class forEffectiveProfilesResponse
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofEffectiveProfilesResponse
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveProfilesResponse
build()
EffectiveProfilesResponse.Builder
setProfilesList(java.util.List<SwitchingProfileTypeIdEntry> profilesList)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofEffectiveProfilesResponse
.
-
-
Method Detail
-
setProfilesList
public EffectiveProfilesResponse.Builder setProfilesList(java.util.List<SwitchingProfileTypeIdEntry> profilesList)
- Parameters:
profilesList
- New value for the property.
-
build
public EffectiveProfilesResponse build()
-
-