public static interface DeleteMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<DeleteMembersRequest.Builder,DeleteMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersRequest.Builder |
accountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
|
DeleteMembersRequest.Builder |
accountIds(String... accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
|
DeleteMembersRequest.Builder |
graphArn(String graphArn)
The ARN of the behavior graph to delete members from.
|
DeleteMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph to delete members from.
graphArn - The ARN of the behavior graph to delete members from.DeleteMembersRequest.Builder accountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
accountIds - The list of AWS account identifiers for the member accounts to delete from the behavior graph.DeleteMembersRequest.Builder accountIds(String... accountIds)
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
accountIds - The list of AWS account identifiers for the member accounts to delete from the behavior graph.DeleteMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.