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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
InviteMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.InviteMembersRequest.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.