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.
|
build
overrideConfiguration
copy
applyMutation, build
AcceptInvitationRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AcceptInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.