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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
InviteMembersRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.