public static final class BatchChangeSecretRequest.Builder extends Object
BatchChangeSecretRequest.
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 |
|---|---|
BatchChangeSecretRequest.Builder |
addAllChangeSecrets(Iterable<? extends ChangeSecret> elements)
Adds elements to
changeSecrets list. |
BatchChangeSecretRequest |
build()
Builds a new
BatchChangeSecretRequest. |
BatchChangeSecretRequest.Builder |
changeSecret(ChangeSecret... elements)
Adds elements to
changeSecrets list. |
BatchChangeSecretRequest.Builder |
changeSecret(ChangeSecret element)
Adds one element to
changeSecrets list. |
BatchChangeSecretRequest.Builder |
changeSecrets(Iterable<? extends ChangeSecret> elements)
Sets or replaces all elements for
changeSecrets list. |
BatchChangeSecretRequest.Builder |
from(BatchChangeSecretRequest instance)
Fill a builder with attribute values from the provided
BatchChangeSecretRequest instance. |
BatchChangeSecretRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
BatchChangeSecretRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
BatchChangeSecretRequest.Builder |
identityZoneSubdomain(String identityZoneSubdomain)
Initializes the value for the
identityZoneSubdomain attribute. |
public final BatchChangeSecretRequest.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 BatchChangeSecretRequest.Builder from(BatchChangeSecretRequest instance)
BatchChangeSecretRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final BatchChangeSecretRequest.Builder changeSecret(ChangeSecret element)
changeSecrets list.element - A changeSecrets elementthis builder for use in a chained invocationpublic final BatchChangeSecretRequest.Builder changeSecret(ChangeSecret... elements)
changeSecrets list.elements - An array of changeSecrets elementsthis builder for use in a chained invocationpublic final BatchChangeSecretRequest.Builder changeSecrets(Iterable<? extends ChangeSecret> elements)
changeSecrets list.elements - An iterable of changeSecrets elementsthis builder for use in a chained invocationpublic final BatchChangeSecretRequest.Builder addAllChangeSecrets(Iterable<? extends ChangeSecret> elements)
changeSecrets list.elements - An iterable of changeSecrets elementsthis builder for use in a chained invocationpublic final BatchChangeSecretRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic final BatchChangeSecretRequest.Builder identityZoneSubdomain(String identityZoneSubdomain)
identityZoneSubdomain attribute.identityZoneSubdomain - The value for identityZoneSubdomain (can be null)this builder for use in a chained invocationpublic BatchChangeSecretRequest build()
BatchChangeSecretRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.