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