public static interface DescribeResourcePolicyResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourcePolicyResponse.Builder,DescribeResourcePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeResourcePolicyResponse.Builder |
creationTime(Instant creationTime)
The time at which the policy was created.
|
DescribeResourcePolicyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time at which the policy was last modified.
|
DescribeResourcePolicyResponse.Builder |
policyRevisionId(String policyRevisionId)
The revision ID of the policy.
|
DescribeResourcePolicyResponse.Builder |
resourcePolicy(String resourcePolicy)
The JSON body of the resource-based policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeResourcePolicyResponse.Builder resourcePolicy(String resourcePolicy)
The JSON body of the resource-based policy.
resourcePolicy - The JSON body of the resource-based policy.DescribeResourcePolicyResponse.Builder creationTime(Instant creationTime)
The time at which the policy was created.
creationTime - The time at which the policy was created.DescribeResourcePolicyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the policy was last modified.
lastModifiedTime - The time at which the policy was last modified.DescribeResourcePolicyResponse.Builder policyRevisionId(String policyRevisionId)
The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy.
policyRevisionId - The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision
ID, and it deletes the prior version of the policy.Copyright © 2023. All rights reserved.