Interface ListIdentityProvidersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<ListIdentityProvidersResponse.Builder,,ListIdentityProvidersResponse> SdkBuilder<ListIdentityProvidersResponse.Builder,,ListIdentityProvidersResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListIdentityProvidersResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier that Amazon Cognito returned with the previous request to this operation.providers(Collection<ProviderDescription> providers) An array of the IdPs in your user pool.providers(Consumer<ProviderDescription.Builder>... providers) An array of the IdPs in your user pool.providers(ProviderDescription... providers) An array of the IdPs in your user pool.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
providers
An array of the IdPs in your user pool. For each, the response includes identifiers, the IdP name and type, and trust-relationship details like the issuer URL.
- Parameters:
providers- An array of the IdPs in your user pool. For each, the response includes identifiers, the IdP name and type, and trust-relationship details like the issuer URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providers
An array of the IdPs in your user pool. For each, the response includes identifiers, the IdP name and type, and trust-relationship details like the issuer URL.
- Parameters:
providers- An array of the IdPs in your user pool. For each, the response includes identifiers, the IdP name and type, and trust-relationship details like the issuer URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providers
An array of the IdPs in your user pool. For each, the response includes identifiers, the IdP name and type, and trust-relationship details like the issuer URL.
This is a convenience method that creates an instance of theProviderDescription.Builderavoiding the need to create one manually viaProviderDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviders(List<ProviderDescription>).- Parameters:
providers- a consumer that will call methods onProviderDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
- Parameters:
nextToken- The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-