Interface DeleteInvitationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteInvitationsRequest.Builder,DeleteInvitationsRequest>,GuardDutyRequest.Builder,SdkBuilder<DeleteInvitationsRequest.Builder,DeleteInvitationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteInvitationsRequest
public static interface DeleteInvitationsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DeleteInvitationsRequest.Builder,DeleteInvitationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteInvitationsRequest.BuilderaccountIds(String... accountIds)A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.DeleteInvitationsRequest.BuilderaccountIds(Collection<String> accountIds)A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.DeleteInvitationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteInvitationsRequest.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
-
accountIds
DeleteInvitationsRequest.Builder accountIds(Collection<String> accountIds)
A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.
- Parameters:
accountIds- A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DeleteInvitationsRequest.Builder accountIds(String... accountIds)
A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.
- Parameters:
accountIds- A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-