public static final class ListIdentityProvidersRequest.Builder extends Object
ListIdentityProvidersRequest.
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 |
|---|---|
ListIdentityProvidersRequest |
build()
Builds a new
ListIdentityProvidersRequest. |
ListIdentityProvidersRequest.Builder |
from(IdentityZoned instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.IdentityZoned instance. |
ListIdentityProvidersRequest.Builder |
from(ListIdentityProvidersRequest instance)
Fill a builder with attribute values from the provided
ListIdentityProvidersRequest instance. |
ListIdentityProvidersRequest.Builder |
identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
public final ListIdentityProvidersRequest.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 ListIdentityProvidersRequest.Builder from(ListIdentityProvidersRequest instance)
ListIdentityProvidersRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListIdentityProvidersRequest.Builder identityZoneId(String identityZoneId)
identityZoneId attribute.identityZoneId - The value for identityZoneId (can be null)this builder for use in a chained invocationpublic ListIdentityProvidersRequest build()
ListIdentityProvidersRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.