Interface ListIdentityProvidersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIdentityProvidersResponse.Builder,ListIdentityProvidersResponse>,LicenseManagerUserSubscriptionsResponse.Builder,SdkBuilder<ListIdentityProvidersResponse.Builder,ListIdentityProvidersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIdentityProvidersResponse
public static interface ListIdentityProvidersResponse.Builder extends LicenseManagerUserSubscriptionsResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityProvidersResponse.Builder,ListIdentityProvidersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdentityProvidersResponse.BuilderidentityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)An array ofIdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.ListIdentityProvidersResponse.BuilderidentityProviderSummaries(Consumer<IdentityProviderSummary.Builder>... identityProviderSummaries)An array ofIdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.ListIdentityProvidersResponse.BuilderidentityProviderSummaries(IdentityProviderSummary... identityProviderSummaries)An array ofIdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.ListIdentityProvidersResponse.BuildernextToken(String nextToken)The next token used for paginated responses.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
identityProviderSummaries
ListIdentityProvidersResponse.Builder identityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)
An array of
IdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.- Parameters:
identityProviderSummaries- An array ofIdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderSummaries
ListIdentityProvidersResponse.Builder identityProviderSummaries(IdentityProviderSummary... identityProviderSummaries)
An array of
IdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.- Parameters:
identityProviderSummaries- An array ofIdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderSummaries
ListIdentityProvidersResponse.Builder identityProviderSummaries(Consumer<IdentityProviderSummary.Builder>... identityProviderSummaries)
An array of
This is a convenience method that creates an instance of theIdentityProviderSummaryresources that contain details about the Active Directory identity providers that meet the request criteria.IdentityProviderSummary.Builderavoiding the need to create one manually viaIdentityProviderSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#identityProviderSummaries(List.) - Parameters:
identityProviderSummaries- a consumer that will call methods onIdentityProviderSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#identityProviderSummaries(java.util.Collection)
-
nextToken
ListIdentityProvidersResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-