public static interface AcceptInvitationRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptInvitationRequest.Builder |
administratorAccountId(String administratorAccountId)
The Amazon Web Services account ID for the account that sent the invitation.
|
AcceptInvitationRequest.Builder |
invitationId(String invitationId)
The unique identifier for the invitation to accept.
|
AcceptInvitationRequest.Builder |
masterAccount(String masterAccount)
(Deprecated) The Amazon Web Services account ID for the account that sent the invitation.
|
AcceptInvitationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptInvitationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptInvitationRequest.Builder administratorAccountId(String administratorAccountId)
The Amazon Web Services account ID for the account that sent the invitation.
administratorAccountId - The Amazon Web Services account ID for the account that sent the invitation.AcceptInvitationRequest.Builder invitationId(String invitationId)
The unique identifier for the invitation to accept.
invitationId - The unique identifier for the invitation to accept.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.
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.AcceptInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAcceptInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.