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 Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.