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.
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 © 2020. All rights reserved.