Interface InviteMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<InviteMembersRequest.Builder,InviteMembersRequest>,GuardDutyRequest.Builder,SdkBuilder<InviteMembersRequest.Builder,InviteMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- InviteMembersRequest
public static interface InviteMembersRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<InviteMembersRequest.Builder,InviteMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InviteMembersRequest.BuilderaccountIds(String... accountIds)A list of account IDs of the accounts that you want to invite to GuardDuty as members.InviteMembersRequest.BuilderaccountIds(Collection<String> accountIds)A list of account IDs of the accounts that you want to invite to GuardDuty as members.InviteMembersRequest.BuilderdetectorId(String detectorId)The unique ID of the detector of the GuardDuty account that you want to invite members with.InviteMembersRequest.BuilderdisableEmailNotification(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.Buildermessage(String message)The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.InviteMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InviteMembersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
detectorId
InviteMembersRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to invite members with.
- Parameters:
detectorId- The unique ID of the detector of the GuardDuty account that you want to invite members with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
InviteMembersRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
- Parameters:
accountIds- A list of account IDs of the accounts that you want to invite to GuardDuty as members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
InviteMembersRequest.Builder accountIds(String... accountIds)
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
- Parameters:
accountIds- A list of account IDs of the accounts that you want to invite to GuardDuty as members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disableEmailNotification
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.
- Parameters:
disableEmailNotification- A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
InviteMembersRequest.Builder message(String message)
The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
- Parameters:
message- The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
InviteMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
InviteMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-