public static final class UnmapExternalGroupByGroupDisplayNameRequest.Builder extends Object
UnmapExternalGroupByGroupDisplayNameRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
UnmapExternalGroupByGroupDisplayNameRequest |
build()
Builds a new
UnmapExternalGroupByGroupDisplayNameRequest. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
externalGroup(String externalGroup)
Initializes the value for the
externalGroup attribute. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
from(UnmapExternalGroupByGroupDisplayNameRequest instance)
Fill a builder with attribute values from the provided
UnmapExternalGroupByGroupDisplayNameRequest instance. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
groupDisplayName(String groupDisplayName)
Initializes the value for the
groupDisplayName attribute. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UnmapExternalGroupByGroupDisplayNameRequest.Builder |
origin(String origin)
Initializes the value for the
origin attribute. |
public final UnmapExternalGroupByGroupDisplayNameRequest.Builder from(IdentityZoned instance)
org.cloudfoundry.uaa.IdentityZoned instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupDisplayNameRequest.Builder from(UnmapExternalGroupByGroupDisplayNameRequest instance)
UnmapExternalGroupByGroupDisplayNameRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupDisplayNameRequest.Builder externalGroup(String externalGroup)
externalGroup attribute.externalGroup - The value for externalGroupthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupDisplayNameRequest.Builder groupDisplayName(String groupDisplayName)
groupDisplayName attribute.groupDisplayName - The value for groupDisplayNamethis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupDisplayNameRequest.Builder origin(String origin)
origin attribute.origin - The value for originthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupDisplayNameRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic UnmapExternalGroupByGroupDisplayNameRequest build()
UnmapExternalGroupByGroupDisplayNameRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.