public static interface InviteMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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 that you want to invite members with.
|
InviteMembersRequest.Builder |
disableEmailNotification(Boolean disableEmailNotification)
A Boolean value that specifies whether you want to disable email notification to the accounts that you are
inviting to GuardDuty as 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
InviteMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to invite members with.
detectorId
- The unique ID of the detector of the GuardDuty account that you want to invite members with.InviteMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
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.
accountIds
- A list of account IDs of the accounts that you want to invite to GuardDuty as members.InviteMembersRequest.Builder disableEmailNotification(Boolean disableEmailNotification)
A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
disableEmailNotification
- A Boolean value that specifies whether you want to disable email notification to the accounts that you
are inviting to GuardDuty as 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.
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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.InviteMembersRequest.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.