public static interface ResourcePolicy.Builder extends SdkPojo, CopyableBuilder<ResourcePolicy.Builder,ResourcePolicy>
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicy.Builder |
document(String document)
The resource policy formatted in JSON.
|
ResourcePolicy.Builder |
resourceArn(String resourceArn)
The ARN of the resource associated with the resource policy
|
ResourcePolicy.Builder |
revision(String revision)
The current revision of the resource policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourcePolicy.Builder resourceArn(String resourceArn)
The ARN of the resource associated with the resource policy
resourceArn - The ARN of the resource associated with the resource policyResourcePolicy.Builder revision(String revision)
The current revision of the resource policy.
revision - The current revision of the resource policy.ResourcePolicy.Builder document(String document)
The resource policy formatted in JSON.
document - The resource policy formatted in JSON.Copyright © 2023. All rights reserved.