Interface DeleteProjectPolicyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteProjectPolicyRequest.Builder,
,DeleteProjectPolicyRequest> RekognitionRequest.Builder
,SdkBuilder<DeleteProjectPolicyRequest.Builder,
,DeleteProjectPolicyRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteProjectPolicyRequest
public static interface DeleteProjectPolicyRequest.Builder
extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DeleteProjectPolicyRequest.Builder,DeleteProjectPolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.policyName
(String policyName) The name of the policy that you want to delete.policyRevisionId
(String policyRevisionId) The ID of the project policy revision that you want to delete.projectArn
(String projectArn) The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.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.rekognition.model.RekognitionRequest.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
-
projectArn
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
- Parameters:
projectArn
- The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyName
The name of the policy that you want to delete.
- Parameters:
policyName
- The name of the policy that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyRevisionId
The ID of the project policy revision that you want to delete.
- Parameters:
policyRevisionId
- The ID of the project policy revision that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteProjectPolicyRequest.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
DeleteProjectPolicyRequest.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.
-