public static interface DeleteProjectPolicyRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DeleteProjectPolicyRequest.Builder,DeleteProjectPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProjectPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProjectPolicyRequest.Builder |
policyName(String policyName)
The name of the policy that you want to delete.
|
DeleteProjectPolicyRequest.Builder |
policyRevisionId(String policyRevisionId)
The ID of the project policy revision that you want to delete.
|
DeleteProjectPolicyRequest.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteProjectPolicyRequest.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
projectArn - The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached
to.DeleteProjectPolicyRequest.Builder policyName(String policyName)
The name of the policy that you want to delete.
policyName - The name of the policy that you want to delete.DeleteProjectPolicyRequest.Builder policyRevisionId(String policyRevisionId)
The ID of the project policy revision that you want to delete.
policyRevisionId - The ID of the project policy revision that you want to delete.DeleteProjectPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteProjectPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.