public static interface DescribeResourcePolicyResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourcePolicyResponse.Builder,DescribeResourcePolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeResourcePolicyResponse.Builder |
creationTime(Instant creationTime)
The time when the resource policy was created.
|
DescribeResourcePolicyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the resource policy was last modified.
|
DescribeResourcePolicyResponse.Builder |
policyRevisionId(String policyRevisionId)
A unique identifier for a revision of the resource policy.
|
DescribeResourcePolicyResponse.Builder |
resourcePolicy(String resourcePolicy)
The resource policy in a JSON-formatted string.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeResourcePolicyResponse.Builder policyRevisionId(String policyRevisionId)
A unique identifier for a revision of the resource policy.
policyRevisionId - A unique identifier for a revision of the resource policy.DescribeResourcePolicyResponse.Builder resourcePolicy(String resourcePolicy)
The resource policy in a JSON-formatted string.
resourcePolicy - The resource policy in a JSON-formatted string.DescribeResourcePolicyResponse.Builder creationTime(Instant creationTime)
The time when the resource policy was created.
creationTime - The time when the resource policy was created.DescribeResourcePolicyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the resource policy was last modified.
lastModifiedTime - The time when the resource policy was last modified.Copyright © 2023. All rights reserved.