public static interface AcceptInvitationRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptInvitationRequest.Builder |
invitationId(String invitationId)
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
|
AcceptInvitationRequest.Builder |
masterId(String masterId)
The account ID of the master Security Hub account whose invitation you're accepting.
|
AcceptInvitationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AcceptInvitationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildAcceptInvitationRequest.Builder masterId(String masterId)
The account ID of the master Security Hub account whose invitation you're accepting.
masterId - The account ID of the master Security Hub account whose invitation you're accepting.AcceptInvitationRequest.Builder invitationId(String invitationId)
The ID of the invitation that is sent to the AWS account by the Security Hub master account.
invitationId - The ID of the invitation that is sent to the AWS account by the Security Hub master account.AcceptInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AcceptInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.