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(org.cloudfoundry.uaa.groups._UnmapExternalGroupByGroupDisplayNameRequest instance)
Copy abstract value type
_UnmapExternalGroupByGroupDisplayNameRequest instance into builder. |
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 |
identityZoneSubdomain(String identityZoneSubdomain)
Initializes the value for the
identityZoneSubdomain 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 from(org.cloudfoundry.uaa.groups._UnmapExternalGroupByGroupDisplayNameRequest instance)
_UnmapExternalGroupByGroupDisplayNameRequest instance into builder.instance - The instance from which to copy valuesthis 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 final UnmapExternalGroupByGroupDisplayNameRequest.Builder identityZoneSubdomain(String identityZoneSubdomain)
identityZoneSubdomain attribute.identityZoneSubdomain - The value for identityZoneSubdomain (can be null)this 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 UnmapExternalGroupByGroupDisplayNameRequest build()
UnmapExternalGroupByGroupDisplayNameRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.