public static interface GetResourcePolicyResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePolicyResponse.Builder,GetResourcePolicyResponse>
Modifier and Type | Method and Description |
---|---|
GetResourcePolicyResponse.Builder |
createTime(Instant createTime)
The date and time at which the policy was created.
|
GetResourcePolicyResponse.Builder |
policyHash(String policyHash)
Contains the hash value associated with this policy.
|
GetResourcePolicyResponse.Builder |
policyInJson(String policyInJson)
Contains the requested policy document, in JSON format.
|
GetResourcePolicyResponse.Builder |
updateTime(Instant updateTime)
The date and time at which the policy was last updated.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetResourcePolicyResponse.Builder policyInJson(String policyInJson)
Contains the requested policy document, in JSON format.
policyInJson
- Contains the requested policy document, in JSON format.GetResourcePolicyResponse.Builder policyHash(String policyHash)
Contains the hash value associated with this policy.
policyHash
- Contains the hash value associated with this policy.GetResourcePolicyResponse.Builder createTime(Instant createTime)
The date and time at which the policy was created.
createTime
- The date and time at which the policy was created.GetResourcePolicyResponse.Builder updateTime(Instant updateTime)
The date and time at which the policy was last updated.
updateTime
- The date and time at which the policy was last updated.Copyright © 2022. All rights reserved.