public static interface GluePolicy.Builder extends SdkPojo, CopyableBuilder<GluePolicy.Builder,GluePolicy>
| Modifier and Type | Method and Description |
|---|---|
GluePolicy.Builder |
createTime(Instant createTime)
The date and time at which the policy was created.
|
GluePolicy.Builder |
policyHash(String policyHash)
Contains the hash value associated with this policy.
|
GluePolicy.Builder |
policyInJson(String policyInJson)
Contains the requested policy document, in JSON format.
|
GluePolicy.Builder |
updateTime(Instant updateTime)
The date and time at which the policy was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGluePolicy.Builder policyInJson(String policyInJson)
Contains the requested policy document, in JSON format.
policyInJson - Contains the requested policy document, in JSON format.GluePolicy.Builder policyHash(String policyHash)
Contains the hash value associated with this policy.
policyHash - Contains the hash value associated with this policy.GluePolicy.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.GluePolicy.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 © 2023. All rights reserved.