Interface DisassociateMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateMembershipRequest.Builder,DisassociateMembershipRequest>,DetectiveRequest.Builder,SdkBuilder<DisassociateMembershipRequest.Builder,DisassociateMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateMembershipRequest
public static interface DisassociateMembershipRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMembershipRequest.Builder,DisassociateMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateMembershipRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph to remove the member account from.DisassociateMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateMembershipRequest.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
DisassociateMembershipRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be
ENABLED.- Parameters:
graphArn- The ARN of the behavior graph to remove the member account from.The member account's member status in the behavior graph must be
ENABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-