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