Interface GluePolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GluePolicy.Builder,GluePolicy>,SdkBuilder<GluePolicy.Builder,GluePolicy>,SdkPojo
- Enclosing class:
- GluePolicy
public static interface GluePolicy.Builder extends SdkPojo, CopyableBuilder<GluePolicy.Builder,GluePolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GluePolicy.BuildercreateTime(Instant createTime)The date and time at which the policy was created.GluePolicy.BuilderpolicyHash(String policyHash)Contains the hash value associated with this policy.GluePolicy.BuilderpolicyInJson(String policyInJson)Contains the requested policy document, in JSON format.GluePolicy.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
policyInJson
GluePolicy.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
GluePolicy.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
GluePolicy.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
GluePolicy.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.
-
-