Interface ListUserPoolClientSecretsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<ListUserPoolClientSecretsResponse.Builder,,ListUserPoolClientSecretsResponse> SdkBuilder<ListUserPoolClientSecretsResponse.Builder,,ListUserPoolClientSecretsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListUserPoolClientSecretsResponse
-
Method Summary
Modifier and TypeMethodDescriptionclientSecrets(Collection<ClientSecretDescriptorType> clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.clientSecrets(Consumer<ClientSecretDescriptorType.Builder>... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.clientSecrets(ClientSecretDescriptorType... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret.The identifier that Amazon Cognito returned with the previous request to this operation.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
-
clientSecrets
ListUserPoolClientSecretsResponse.Builder clientSecrets(Collection<ClientSecretDescriptorType> clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
- Parameters:
clientSecrets- A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecrets
ListUserPoolClientSecretsResponse.Builder clientSecrets(ClientSecretDescriptorType... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
- Parameters:
clientSecrets- A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecrets
ListUserPoolClientSecretsResponse.Builder clientSecrets(Consumer<ClientSecretDescriptorType.Builder>... clientSecrets) A list of client secret descriptors containing the identifier and creation date for each secret. For security reasons, the response never reveals the actual secret value in ClientSecretValue.
This is a convenience method that creates an instance of theClientSecretDescriptorType.Builderavoiding the need to create one manually viaClientSecretDescriptorType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclientSecrets(List<ClientSecretDescriptorType>).- Parameters:
clientSecrets- a consumer that will call methods onClientSecretDescriptorType.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.
-