public static interface PutResourcePolicyRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<PutResourcePolicyRequest.Builder,PutResourcePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutResourcePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutResourcePolicyRequest.Builder |
policyRevisionId(String policyRevisionId)
The revision ID that Amazon Comprehend assigned to the policy that you are updating.
|
PutResourcePolicyRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the custom model to attach the policy to.
|
PutResourcePolicyRequest.Builder |
resourcePolicy(String resourcePolicy)
The JSON resource-based policy to attach to your custom model.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutResourcePolicyRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the custom model to attach the policy to.
resourceArn - The Amazon Resource Name (ARN) of the custom model to attach the policy to.PutResourcePolicyRequest.Builder resourcePolicy(String resourcePolicy)
The JSON resource-based policy to attach to your custom model. Provide your JSON as a UTF-8 encoded string without line breaks. To provide valid JSON for your policy, enclose the attribute names and values in double quotes. If the JSON body is also enclosed in double quotes, then you must escape the double quotes that are inside the policy:
"{\"attribute\": \"value\", \"attribute\": [\"value\"]}"
To avoid escaping quotes, you can use single quotes to enclose the policy and double quotes to enclose the JSON names and values:
'{"attribute": "value", "attribute": ["value"]}'
resourcePolicy - The JSON resource-based policy to attach to your custom model. Provide your JSON as a UTF-8 encoded
string without line breaks. To provide valid JSON for your policy, enclose the attribute names and
values in double quotes. If the JSON body is also enclosed in double quotes, then you must escape the
double quotes that are inside the policy:
"{\"attribute\": \"value\", \"attribute\": [\"value\"]}"
To avoid escaping quotes, you can use single quotes to enclose the policy and double quotes to enclose the JSON names and values:
'{"attribute": "value", "attribute": ["value"]}'
PutResourcePolicyRequest.Builder policyRevisionId(String policyRevisionId)
The revision ID that Amazon Comprehend assigned to the policy that you are updating. If you are creating a new policy that has no prior version, don't use this parameter. Amazon Comprehend creates the revision ID for you.
policyRevisionId - The revision ID that Amazon Comprehend assigned to the policy that you are updating. If you are
creating a new policy that has no prior version, don't use this parameter. Amazon Comprehend creates
the revision ID for you.PutResourcePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutResourcePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.