Interface ClientSecretDescriptorType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClientSecretDescriptorType.Builder,,ClientSecretDescriptorType> SdkBuilder<ClientSecretDescriptorType.Builder,,ClientSecretDescriptorType> SdkPojo
- Enclosing class:
- ClientSecretDescriptorType
@Mutable
@NotThreadSafe
public static interface ClientSecretDescriptorType.Builder
extends SdkPojo, CopyableBuilder<ClientSecretDescriptorType.Builder,ClientSecretDescriptorType>
-
Method Summary
Modifier and TypeMethodDescriptionclientSecretCreateDate(Instant clientSecretCreateDate) The date and time when the client secret was created.clientSecretId(String clientSecretId) The unique identifier for the client secret.clientSecretValue(String clientSecretValue) The actual secret value.Methods 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, sdkFields
-
Method Details
-
clientSecretId
The unique identifier for the client secret. This identifier follows the format <client-id>--<epoch-create-time>.
- Parameters:
clientSecretId- The unique identifier for the client secret. This identifier follows the format <client-id>--<epoch-create-time>.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecretValue
The actual secret value. This is only returned when creating a new secret and only if Amazon Cognito generated the secret. For custom secrets that you provide, this field is not included in the response.
- Parameters:
clientSecretValue- The actual secret value. This is only returned when creating a new secret and only if Amazon Cognito generated the secret. For custom secrets that you provide, this field is not included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecretCreateDate
The date and time when the client secret was created.
- Parameters:
clientSecretCreateDate- The date and time when the client secret was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-