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