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(org.cloudfoundry.uaa.identityproviders._ListIdentityProvidersRequest instance)
Copy abstract value type
_ListIdentityProvidersRequest instance into builder. |
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. |
ListIdentityProvidersRequest.Builder |
identityZoneSubdomain(String identityZoneSubdomain)
Initializes the value for the
identityZoneSubdomain 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 from(org.cloudfoundry.uaa.identityproviders._ListIdentityProvidersRequest instance)
_ListIdentityProvidersRequest instance into builder.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 final ListIdentityProvidersRequest.Builder identityZoneSubdomain(String identityZoneSubdomain)
identityZoneSubdomain attribute.identityZoneSubdomain - The value for identityZoneSubdomain (can be null)this builder for use in a chained invocationpublic ListIdentityProvidersRequest build()
ListIdentityProvidersRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.