public static final class CreateIdentityZoneRequest.Builder extends Object
CreateIdentityZoneRequest.
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 |
|---|---|
CreateIdentityZoneRequest |
build()
Builds a new
CreateIdentityZoneRequest. |
CreateIdentityZoneRequest.Builder |
configuration(IdentityZoneConfiguration configuration)
Initializes the value for the
configuration attribute. |
CreateIdentityZoneRequest.Builder |
createdAt(Long createdAt)
Initializes the value for the
createdAt attribute. |
CreateIdentityZoneRequest.Builder |
description(String description)
Initializes the value for the
description attribute. |
CreateIdentityZoneRequest.Builder |
from(CreateIdentityZoneRequest instance)
Fill a builder with attribute values from the provided
CreateIdentityZoneRequest instance. |
CreateIdentityZoneRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
CreateIdentityZoneRequest.Builder |
lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
CreateIdentityZoneRequest.Builder |
name(String name)
Initializes the value for the
name attribute. |
CreateIdentityZoneRequest.Builder |
subdomain(String subdomain)
Initializes the value for the
subdomain attribute. |
CreateIdentityZoneRequest.Builder |
version(Integer version)
Initializes the value for the
version attribute. |
public final CreateIdentityZoneRequest.Builder from(CreateIdentityZoneRequest instance)
CreateIdentityZoneRequest instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder configuration(IdentityZoneConfiguration configuration)
configuration attribute.configuration - The value for configuration (can be null)this builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder createdAt(Long createdAt)
createdAt attribute.createdAt - The value for createdAt (can be null)this builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder description(String description)
description attribute.description - The value for description (can be null)this builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder lastModified(Long lastModified)
lastModified attribute.lastModified - The value for lastModified (can be null)this builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder name(String name)
name attribute.name - The value for namethis builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder subdomain(String subdomain)
subdomain attribute.subdomain - The value for subdomainthis builder for use in a chained invocationpublic final CreateIdentityZoneRequest.Builder version(Integer version)
version attribute.version - The value for version (can be null)this builder for use in a chained invocationpublic CreateIdentityZoneRequest build()
CreateIdentityZoneRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.