Interface DisassociateMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateMembersRequest.Builder,DisassociateMembersRequest>,SdkBuilder<DisassociateMembersRequest.Builder,DisassociateMembersRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- DisassociateMembersRequest
public static interface DisassociateMembersRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMembersRequest.Builder,DisassociateMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateMembersRequest.BuilderaccountIds(String... accountIds)The account IDs of the member accounts to disassociate from the administrator account.DisassociateMembersRequest.BuilderaccountIds(Collection<String> accountIds)The account IDs of the member accounts to disassociate from the administrator account.DisassociateMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateMembersRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
accountIds
DisassociateMembersRequest.Builder accountIds(Collection<String> accountIds)
The account IDs of the member accounts to disassociate from the administrator account.
- Parameters:
accountIds- The account IDs of the member accounts to disassociate from the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DisassociateMembersRequest.Builder accountIds(String... accountIds)
The account IDs of the member accounts to disassociate from the administrator account.
- Parameters:
accountIds- The account IDs of the member accounts to disassociate from the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-