Interface AcceptInvitationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>, Macie2Request.Builder, SdkBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
AcceptInvitationRequest

public static interface AcceptInvitationRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>
  • Method Details

    • administratorAccountId

      AcceptInvitationRequest.Builder administratorAccountId(String administratorAccountId)

      The Amazon Web Services account ID for the account that sent the invitation.

      Parameters:
      administratorAccountId - The Amazon Web Services account ID for the account that sent the invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invitationId

      AcceptInvitationRequest.Builder invitationId(String invitationId)

      The unique identifier for the invitation to accept.

      Parameters:
      invitationId - The unique identifier for the invitation to accept.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • masterAccount

      AcceptInvitationRequest.Builder masterAccount(String masterAccount)

      (Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.

      Parameters:
      masterAccount - (Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      AcceptInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.