Interface DeleteMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteMembersRequest.Builder,DeleteMembersRequest>,DetectiveRequest.Builder,SdkBuilder<DeleteMembersRequest.Builder,DeleteMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteMembersRequest
public static interface DeleteMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<DeleteMembersRequest.Builder,DeleteMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteMembersRequest.BuilderaccountIds(String... accountIds)The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.DeleteMembersRequest.BuilderaccountIds(Collection<String> accountIds)The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph.DeleteMembersRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph to remove members from.DeleteMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMembersRequest.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.detective.model.DetectiveRequest.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
-
graphArn
DeleteMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph to remove members from.
- Parameters:
graphArn- The ARN of the behavior graph to remove members from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DeleteMembersRequest.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
- Parameters:
accountIds- The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DeleteMembersRequest.Builder accountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.
- Parameters:
accountIds- The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-