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 AWS 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 AWS 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 AWS account ID for the account that sent the invitation.
administratorAccountId - The AWS 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 AWS 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 AWS 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 © 2021. All rights reserved.