public static interface AcceptInvitationRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<AcceptInvitationRequest.Builder,AcceptInvitationRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptInvitationRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
AcceptInvitationRequest.Builder |
invitationId(String invitationId)
This value is used to validate the master account to the member account.
|
AcceptInvitationRequest.Builder |
masterId(String masterId)
The account ID of the master GuardDuty account whose invitation you're accepting.
|
AcceptInvitationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AcceptInvitationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildAcceptInvitationRequest.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty member account.AcceptInvitationRequest.Builder invitationId(String invitationId)
invitationId - This value is used to validate the master account to the member account.AcceptInvitationRequest.Builder masterId(String masterId)
masterId - The account ID of the master GuardDuty account whose invitation you're accepting.AcceptInvitationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AcceptInvitationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.