Interface GetAliasResponse.Builder

  • Method Details

    • alias

      The alias of the Amazon Web Services Payment Cryptography key.

      Parameters:
      alias - The alias of the Amazon Web Services Payment Cryptography key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      The alias of the Amazon Web Services Payment Cryptography key.

      This is a convenience method that creates an instance of the Alias.Builder avoiding the need to create one manually via Alias.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to alias(Alias).

      Parameters:
      alias - a consumer that will call methods on Alias.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: