Interface PutProjectPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutProjectPolicyRequest.Builder,PutProjectPolicyRequest>,RekognitionRequest.Builder,SdkBuilder<PutProjectPolicyRequest.Builder,PutProjectPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutProjectPolicyRequest
public static interface PutProjectPolicyRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<PutProjectPolicyRequest.Builder,PutProjectPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutProjectPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutProjectPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutProjectPolicyRequest.BuilderpolicyDocument(String policyDocument)A resource policy to add to the model.PutProjectPolicyRequest.BuilderpolicyName(String policyName)A name for the policy.PutProjectPolicyRequest.BuilderpolicyRevisionId(String policyRevisionId)The revision ID for the Project Policy.PutProjectPolicyRequest.BuilderprojectArn(String projectArn)The Amazon Resource Name (ARN) of the project that the project policy 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 Detail
-
projectArn
PutProjectPolicyRequest.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that the project policy is attached to.
- Parameters:
projectArn- The Amazon Resource Name (ARN) of the project that the project policy is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyName
PutProjectPolicyRequest.Builder policyName(String policyName)
A name for the policy.
- Parameters:
policyName- A name for the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyRevisionId
PutProjectPolicyRequest.Builder policyRevisionId(String policyRevisionId)
The revision ID for the Project Policy. Each time you modify a policy, Amazon Rekognition Custom Labels generates and assigns a new
PolicyRevisionIdand then deletes the previous version of the policy.- Parameters:
policyRevisionId- The revision ID for the Project Policy. Each time you modify a policy, Amazon Rekognition Custom Labels generates and assigns a newPolicyRevisionIdand then deletes the previous version of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
PutProjectPolicyRequest.Builder policyDocument(String policyDocument)
A resource policy to add to the model. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow the IAM syntax. For more information about the contents of a JSON policy document, see IAM JSON policy reference.
- Parameters:
policyDocument- A resource policy to add to the model. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow the IAM syntax. For more information about the contents of a JSON policy document, see IAM JSON policy reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutProjectPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutProjectPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-