Interface GetDecryptedApiKeyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>, SdkBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>, SdkPojo, SdkResponse.Builder, Wafv2Response.Builder
Enclosing class:
GetDecryptedApiKeyResponse

public static interface GetDecryptedApiKeyResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetDecryptedApiKeyResponse.Builder,GetDecryptedApiKeyResponse>
  • Method Details

    • tokenDomains

      The token domains that are defined in this API key.

      Parameters:
      tokenDomains - The token domains that are defined in this API key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tokenDomains

      GetDecryptedApiKeyResponse.Builder tokenDomains(String... tokenDomains)

      The token domains that are defined in this API key.

      Parameters:
      tokenDomains - The token domains that are defined in this API key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimestamp

      GetDecryptedApiKeyResponse.Builder creationTimestamp(Instant creationTimestamp)

      The date and time that the key was created.

      Parameters:
      creationTimestamp - The date and time that the key was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.