Uses of Interface
software.amazon.awssdk.services.datazone.model.AthenaPropertiesInput.Builder
-
Packages that use AthenaPropertiesInput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AthenaPropertiesInput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AthenaPropertiesInput.Builder Modifier and Type Method Description static AthenaPropertiesInput.BuilderAthenaPropertiesInput. builder()AthenaPropertiesInput.BuilderAthenaPropertiesInput. toBuilder()AthenaPropertiesInput.BuilderAthenaPropertiesInput.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 AthenaPropertiesInput.Builder Modifier and Type Method Description static Class<? extends AthenaPropertiesInput.Builder>AthenaPropertiesInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AthenaPropertiesInput.Builder Modifier and Type Method Description default ConnectionPropertiesInput.BuilderConnectionPropertiesInput.Builder. athenaProperties(Consumer<AthenaPropertiesInput.Builder> athenaProperties)The Amazon Athena properties of a connection.static ConnectionPropertiesInputConnectionPropertiesInput. fromAthenaProperties(Consumer<AthenaPropertiesInput.Builder> athenaProperties)Create an instance of this class withConnectionPropertiesInput.athenaProperties()initialized to the given value.
-