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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePolicyStatementRequest.Builderarn(String arn)The ARN of the resource for which the policy need to be deleted.DeletePolicyStatementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePolicyStatementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePolicyStatementRequest.BuilderstatementId(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 Detail
-
arn
DeletePolicyStatementRequest.Builder arn(String 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
DeletePolicyStatementRequest.Builder statementId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePolicyStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-