Interface EnableAllFeaturesResponse.Builder

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

public static interface EnableAllFeaturesResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<EnableAllFeaturesResponse.Builder,EnableAllFeaturesResponse>
  • Method Details

    • handshake

      A structure that contains details about the handshake created to support this request to enable all features in the organization.

      Parameters:
      handshake - A structure that contains details about the handshake created to support this request to enable all features in the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • handshake

      A structure that contains details about the handshake created to support this request to enable all features in the organization.

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

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

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