Uses of Interface
software.amazon.awssdk.services.datazone.model.AthenaPropertiesPatch.Builder
-
Packages that use AthenaPropertiesPatch.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AthenaPropertiesPatch.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AthenaPropertiesPatch.Builder Modifier and Type Method Description static AthenaPropertiesPatch.BuilderAthenaPropertiesPatch. builder()AthenaPropertiesPatch.BuilderAthenaPropertiesPatch. toBuilder()AthenaPropertiesPatch.BuilderAthenaPropertiesPatch.Builder. workgroupName(String workgroupName)The Amazon Athena workgroup name of a connection.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AthenaPropertiesPatch.Builder Modifier and Type Method Description static Class<? extends AthenaPropertiesPatch.Builder>AthenaPropertiesPatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AthenaPropertiesPatch.Builder Modifier and Type Method Description default ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. athenaProperties(Consumer<AthenaPropertiesPatch.Builder> athenaProperties)The Amazon Athena properties of a connection properties patch.static ConnectionPropertiesPatchConnectionPropertiesPatch. fromAthenaProperties(Consumer<AthenaPropertiesPatch.Builder> athenaProperties)Create an instance of this class withConnectionPropertiesPatch.athenaProperties()initialized to the given value.
-