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