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 Details

    • clientSecretId

      ClientSecretDescriptorType.Builder clientSecretId(String 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

      ClientSecretDescriptorType.Builder clientSecretValue(String 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

      ClientSecretDescriptorType.Builder clientSecretCreateDate(Instant 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.