public static interface PutResourcePolicyResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<PutResourcePolicyResponse.Builder,PutResourcePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudTrail channel attached to the resource-based policy.
|
PutResourcePolicyResponse.Builder |
resourcePolicy(String resourcePolicy)
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail
channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutResourcePolicyResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudTrail channel attached to the resource-based policy.
resourceArn - The Amazon Resource Name (ARN) of the CloudTrail channel attached to the resource-based policy.PutResourcePolicyResponse.Builder resourcePolicy(String resourcePolicy)
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail channel.
resourcePolicy - The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail
channel.Copyright © 2023. All rights reserved.