public static interface InviteMembersRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<InviteMembersRequest.Builder,InviteMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
InviteMembersRequest.Builder |
accountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest.Builder |
accountIds(String... accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
|
InviteMembersRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to invite members.
|
InviteMembersRequest.Builder |
message(String message)
The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
|
InviteMembersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
InviteMembersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildInviteMembersRequest.Builder accountIds(Collection<String> accountIds)
accountIds - A list of account IDs of the accounts that you want to invite to GuardDuty as members.InviteMembersRequest.Builder accountIds(String... accountIds)
accountIds - A list of account IDs of the accounts that you want to invite to GuardDuty as members.InviteMembersRequest.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector of the GuardDuty account with which you want to invite members.InviteMembersRequest.Builder message(String message)
message - The invitation message that you want to send to the accounts that you're inviting to GuardDuty as
members.InviteMembersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.InviteMembersRequest.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.