Uses of Interface
software.amazon.awssdk.services.glue.model.GluePolicy.Builder
-
Packages that use GluePolicy.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GluePolicy.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GluePolicy.Builder Modifier and Type Method Description static GluePolicy.BuilderGluePolicy. builder()GluePolicy.BuilderGluePolicy.Builder. createTime(Instant createTime)The date and time at which the policy was created.GluePolicy.BuilderGluePolicy.Builder. policyHash(String policyHash)Contains the hash value associated with this policy.GluePolicy.BuilderGluePolicy.Builder. policyInJson(String policyInJson)Contains the requested policy document, in JSON format.GluePolicy.BuilderGluePolicy. toBuilder()GluePolicy.BuilderGluePolicy.Builder. updateTime(Instant updateTime)The date and time at which the policy was last updated.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GluePolicy.Builder Modifier and Type Method Description static Class<? extends GluePolicy.Builder>GluePolicy. serializableBuilderClass()
-