public static final class UnmapExternalGroupByGroupIdRequest.Builder extends Object
UnmapExternalGroupByGroupIdRequest.
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 |
|---|---|
UnmapExternalGroupByGroupIdRequest |
build()
Builds a new
UnmapExternalGroupByGroupIdRequest. |
UnmapExternalGroupByGroupIdRequest.Builder |
externalGroup(String externalGroup)
Initializes the value for the
externalGroup attribute. |
UnmapExternalGroupByGroupIdRequest.Builder |
from(org.cloudfoundry.uaa.groups._UnmapExternalGroupByGroupIdRequest instance)
Copy abstract value type
_UnmapExternalGroupByGroupIdRequest instance into builder. |
UnmapExternalGroupByGroupIdRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
UnmapExternalGroupByGroupIdRequest.Builder |
from(UnmapExternalGroupByGroupIdRequest instance)
Fill a builder with attribute values from the provided
UnmapExternalGroupByGroupIdRequest instance. |
UnmapExternalGroupByGroupIdRequest.Builder |
groupId(String groupId)
Initializes the value for the
groupId attribute. |
UnmapExternalGroupByGroupIdRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UnmapExternalGroupByGroupIdRequest.Builder |
identityZoneSubdomain(String identityZoneSubdomain)
Initializes the value for the
identityZoneSubdomain attribute. |
UnmapExternalGroupByGroupIdRequest.Builder |
origin(String origin)
Initializes the value for the
origin attribute. |
public final UnmapExternalGroupByGroupIdRequest.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 UnmapExternalGroupByGroupIdRequest.Builder from(UnmapExternalGroupByGroupIdRequest instance)
UnmapExternalGroupByGroupIdRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupIdRequest.Builder from(org.cloudfoundry.uaa.groups._UnmapExternalGroupByGroupIdRequest instance)
_UnmapExternalGroupByGroupIdRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupIdRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic final UnmapExternalGroupByGroupIdRequest.Builder identityZoneSubdomain(String identityZoneSubdomain)
identityZoneSubdomain attribute.identityZoneSubdomain - The value for identityZoneSubdomain (can be null)this builder for use in a chained invocationpublic final UnmapExternalGroupByGroupIdRequest.Builder externalGroup(String externalGroup)
externalGroup attribute.externalGroup - The value for externalGroupthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupIdRequest.Builder groupId(String groupId)
groupId attribute.groupId - The value for groupIdthis builder for use in a chained invocationpublic final UnmapExternalGroupByGroupIdRequest.Builder origin(String origin)
origin attribute.origin - The value for originthis builder for use in a chained invocationpublic UnmapExternalGroupByGroupIdRequest build()
UnmapExternalGroupByGroupIdRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.