Interface GetResourcePolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetResourcePolicyResponse.Builder,GetResourcePolicyResponse>,GlueResponse.Builder,SdkBuilder<GetResourcePolicyResponse.Builder,GetResourcePolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetResourcePolicyResponse
public static interface GetResourcePolicyResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePolicyResponse.Builder,GetResourcePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourcePolicyResponse.BuildercreateTime(Instant createTime)The date and time at which the policy was created.GetResourcePolicyResponse.BuilderpolicyHash(String policyHash)Contains the hash value associated with this policy.GetResourcePolicyResponse.BuilderpolicyInJson(String policyInJson)Contains the requested policy document, in JSON format.GetResourcePolicyResponse.BuilderupdateTime(Instant updateTime)The date and time at which the policy was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policyInJson
GetResourcePolicyResponse.Builder policyInJson(String policyInJson)
Contains the requested policy document, in JSON format.
- Parameters:
policyInJson- Contains the requested policy document, in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyHash
GetResourcePolicyResponse.Builder policyHash(String policyHash)
Contains the hash value associated with this policy.
- Parameters:
policyHash- Contains the hash value associated with this policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
GetResourcePolicyResponse.Builder createTime(Instant createTime)
The date and time at which the policy was created.
- Parameters:
createTime- The date and time at which the policy was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
GetResourcePolicyResponse.Builder updateTime(Instant updateTime)
The date and time at which the policy was last updated.
- Parameters:
updateTime- The date and time at which the policy was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-