Interface RegenerateSecurityTokenResponse.Builder

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

public static interface RegenerateSecurityTokenResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<RegenerateSecurityTokenResponse.Builder,RegenerateSecurityTokenResponse>
  • Method Details

    • bot

      A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.

      Parameters:
      bot - A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bot

      A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.

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

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

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