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 with which you want to invite members.
|
InviteMembersRequest.Builder |
disableEmailNotification(Boolean disableEmailNotification)
A boolean value that specifies whether you want to disable email notification to the accounts that you’re
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) |
InviteMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildInviteMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account with which you want to invite members.
detectorId - The unique ID of the detector of the GuardDuty account with which you want to invite members.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’re inviting to GuardDuty as members.
disableEmailNotification - A boolean value that specifies whether you want to disable email notification to the accounts that
you’re 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)
overrideConfiguration in interface AwsRequest.BuilderInviteMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.