public static interface DeleteInvitationsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DeleteInvitationsRequest.Builder,DeleteInvitationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteInvitationsRequest.Builder |
accountIds(Collection<String> accountIds)
The list of member account IDs that received the invitations you want to delete.
|
DeleteInvitationsRequest.Builder |
accountIds(String... accountIds)
The list of member account IDs that received the invitations you want to delete.
|
DeleteInvitationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteInvitationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteInvitationsRequest.Builder accountIds(Collection<String> accountIds)
The list of member account IDs that received the invitations you want to delete.
accountIds - The list of member account IDs that received the invitations you want to delete.DeleteInvitationsRequest.Builder accountIds(String... accountIds)
The list of member account IDs that received the invitations you want to delete.
accountIds - The list of member account IDs that received the invitations you want to delete.DeleteInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.