Interface DeletePolicyStatementRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeletePolicyStatementRequest.Builder,
,DeletePolicyStatementRequest> EntityResolutionRequest.Builder
,SdkBuilder<DeletePolicyStatementRequest.Builder,
,DeletePolicyStatementRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeletePolicyStatementRequest
public static interface DeletePolicyStatementRequest.Builder
extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<DeletePolicyStatementRequest.Builder,DeletePolicyStatementRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the resource for which the policy need to be deleted.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.statementId
(String statementId) A statement identifier that differentiates the statement from others in the same policy.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.entityresolution.model.EntityResolutionRequest.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 Details
-
arn
The ARN of the resource for which the policy need to be deleted.
- Parameters:
arn
- The ARN of the resource for which the policy need to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementId
A statement identifier that differentiates the statement from others in the same policy.
- Parameters:
statementId
- A statement identifier that differentiates the statement from others in the same policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePolicyStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeletePolicyStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-