@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceConfigurationOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceConfigurationOutput.Builder,DataSourceConfigurationOutput>
The configuration of the data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceConfigurationOutput.Builder |
static class |
DataSourceConfigurationOutput.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GlueRunConfigurationOutput glueRunConfiguration()
The configuration of the Amazon Web Services Glue data source.
public final RedshiftRunConfigurationOutput redshiftRunConfiguration()
The configuration of the Amazon Redshift data source.
public DataSourceConfigurationOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceConfigurationOutput.Builder,DataSourceConfigurationOutput>public static DataSourceConfigurationOutput.Builder builder()
public static Class<? extends DataSourceConfigurationOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static DataSourceConfigurationOutput fromGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)
glueRunConfiguration() initialized to the given value.
The configuration of the Amazon Web Services Glue data source.
glueRunConfiguration - The configuration of the Amazon Web Services Glue data source.public static DataSourceConfigurationOutput fromGlueRunConfiguration(Consumer<GlueRunConfigurationOutput.Builder> glueRunConfiguration)
glueRunConfiguration() initialized to the given value.
The configuration of the Amazon Web Services Glue data source.
glueRunConfiguration - The configuration of the Amazon Web Services Glue data source.public static DataSourceConfigurationOutput fromRedshiftRunConfiguration(RedshiftRunConfigurationOutput redshiftRunConfiguration)
redshiftRunConfiguration() initialized to the given value.
The configuration of the Amazon Redshift data source.
redshiftRunConfiguration - The configuration of the Amazon Redshift data source.public static DataSourceConfigurationOutput fromRedshiftRunConfiguration(Consumer<RedshiftRunConfigurationOutput.Builder> redshiftRunConfiguration)
redshiftRunConfiguration() initialized to the given value.
The configuration of the Amazon Redshift data source.
redshiftRunConfiguration - The configuration of the Amazon Redshift data source.public DataSourceConfigurationOutput.Type type()
DataSourceConfigurationOutput.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be DataSourceConfigurationOutput.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.