Class ConnectionPropertiesInput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.ConnectionPropertiesInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionPropertiesInput.Builder,ConnectionPropertiesInput>
@Generated("software.amazon.awssdk:codegen") public final class ConnectionPropertiesInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionPropertiesInput.Builder,ConnectionPropertiesInput>
The properties of a connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectionPropertiesInput.Builderstatic classConnectionPropertiesInput.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AthenaPropertiesInputathenaProperties()The Amazon Athena properties of a connection.static ConnectionPropertiesInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static ConnectionPropertiesInputfromAthenaProperties(Consumer<AthenaPropertiesInput.Builder> athenaProperties)Create an instance of this class withathenaProperties()initialized to the given value.static ConnectionPropertiesInputfromAthenaProperties(AthenaPropertiesInput athenaProperties)Create an instance of this class withathenaProperties()initialized to the given value.static ConnectionPropertiesInputfromGlueProperties(Consumer<GluePropertiesInput.Builder> glueProperties)Create an instance of this class withglueProperties()initialized to the given value.static ConnectionPropertiesInputfromGlueProperties(GluePropertiesInput glueProperties)Create an instance of this class withglueProperties()initialized to the given value.static ConnectionPropertiesInputfromHyperPodProperties(Consumer<HyperPodPropertiesInput.Builder> hyperPodProperties)Create an instance of this class withhyperPodProperties()initialized to the given value.static ConnectionPropertiesInputfromHyperPodProperties(HyperPodPropertiesInput hyperPodProperties)Create an instance of this class withhyperPodProperties()initialized to the given value.static ConnectionPropertiesInputfromIamProperties(Consumer<IamPropertiesInput.Builder> iamProperties)Create an instance of this class withiamProperties()initialized to the given value.static ConnectionPropertiesInputfromIamProperties(IamPropertiesInput iamProperties)Create an instance of this class withiamProperties()initialized to the given value.static ConnectionPropertiesInputfromRedshiftProperties(Consumer<RedshiftPropertiesInput.Builder> redshiftProperties)Create an instance of this class withredshiftProperties()initialized to the given value.static ConnectionPropertiesInputfromRedshiftProperties(RedshiftPropertiesInput redshiftProperties)Create an instance of this class withredshiftProperties()initialized to the given value.static ConnectionPropertiesInputfromSparkEmrProperties(Consumer<SparkEmrPropertiesInput.Builder> sparkEmrProperties)Create an instance of this class withsparkEmrProperties()initialized to the given value.static ConnectionPropertiesInputfromSparkEmrProperties(SparkEmrPropertiesInput sparkEmrProperties)Create an instance of this class withsparkEmrProperties()initialized to the given value.static ConnectionPropertiesInputfromSparkGlueProperties(Consumer<SparkGluePropertiesInput.Builder> sparkGlueProperties)Create an instance of this class withsparkGlueProperties()initialized to the given value.static ConnectionPropertiesInputfromSparkGlueProperties(SparkGluePropertiesInput sparkGlueProperties)Create an instance of this class withsparkGlueProperties()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GluePropertiesInputglueProperties()The Amazon Web Services Glue properties of a connection.inthashCode()HyperPodPropertiesInputhyperPodProperties()The hyper pod properties of a connection.IamPropertiesInputiamProperties()The IAM properties of a connection.RedshiftPropertiesInputredshiftProperties()The Amazon Redshift properties of a connection.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConnectionPropertiesInput.Builder>serializableBuilderClass()SparkEmrPropertiesInputsparkEmrProperties()The Spark EMR properties of a connection.SparkGluePropertiesInputsparkGlueProperties()The Spark Amazon Web Services Glue properties of a connection.ConnectionPropertiesInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.ConnectionPropertiesInput.Typetype()Retrieve an enum value representing which member of this object is populated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
athenaProperties
public final AthenaPropertiesInput athenaProperties()
The Amazon Athena properties of a connection.
- Returns:
- The Amazon Athena properties of a connection.
-
glueProperties
public final GluePropertiesInput glueProperties()
The Amazon Web Services Glue properties of a connection.
- Returns:
- The Amazon Web Services Glue properties of a connection.
-
hyperPodProperties
public final HyperPodPropertiesInput hyperPodProperties()
The hyper pod properties of a connection.
- Returns:
- The hyper pod properties of a connection.
-
iamProperties
public final IamPropertiesInput iamProperties()
The IAM properties of a connection.
- Returns:
- The IAM properties of a connection.
-
redshiftProperties
public final RedshiftPropertiesInput redshiftProperties()
The Amazon Redshift properties of a connection.
- Returns:
- The Amazon Redshift properties of a connection.
-
sparkEmrProperties
public final SparkEmrPropertiesInput sparkEmrProperties()
The Spark EMR properties of a connection.
- Returns:
- The Spark EMR properties of a connection.
-
sparkGlueProperties
public final SparkGluePropertiesInput sparkGlueProperties()
The Spark Amazon Web Services Glue properties of a connection.
- Returns:
- The Spark Amazon Web Services Glue properties of a connection.
-
toBuilder
public ConnectionPropertiesInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionPropertiesInput.Builder,ConnectionPropertiesInput>
-
builder
public static ConnectionPropertiesInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectionPropertiesInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromAthenaProperties
public static ConnectionPropertiesInput fromAthenaProperties(AthenaPropertiesInput athenaProperties)
Create an instance of this class withathenaProperties()initialized to the given value.The Amazon Athena properties of a connection.
- Parameters:
athenaProperties- The Amazon Athena properties of a connection.
-
fromAthenaProperties
public static ConnectionPropertiesInput fromAthenaProperties(Consumer<AthenaPropertiesInput.Builder> athenaProperties)
Create an instance of this class withathenaProperties()initialized to the given value.The Amazon Athena properties of a connection.
- Parameters:
athenaProperties- The Amazon Athena properties of a connection.
-
fromGlueProperties
public static ConnectionPropertiesInput fromGlueProperties(GluePropertiesInput glueProperties)
Create an instance of this class withglueProperties()initialized to the given value.The Amazon Web Services Glue properties of a connection.
- Parameters:
glueProperties- The Amazon Web Services Glue properties of a connection.
-
fromGlueProperties
public static ConnectionPropertiesInput fromGlueProperties(Consumer<GluePropertiesInput.Builder> glueProperties)
Create an instance of this class withglueProperties()initialized to the given value.The Amazon Web Services Glue properties of a connection.
- Parameters:
glueProperties- The Amazon Web Services Glue properties of a connection.
-
fromHyperPodProperties
public static ConnectionPropertiesInput fromHyperPodProperties(HyperPodPropertiesInput hyperPodProperties)
Create an instance of this class withhyperPodProperties()initialized to the given value.The hyper pod properties of a connection.
- Parameters:
hyperPodProperties- The hyper pod properties of a connection.
-
fromHyperPodProperties
public static ConnectionPropertiesInput fromHyperPodProperties(Consumer<HyperPodPropertiesInput.Builder> hyperPodProperties)
Create an instance of this class withhyperPodProperties()initialized to the given value.The hyper pod properties of a connection.
- Parameters:
hyperPodProperties- The hyper pod properties of a connection.
-
fromIamProperties
public static ConnectionPropertiesInput fromIamProperties(IamPropertiesInput iamProperties)
Create an instance of this class withiamProperties()initialized to the given value.The IAM properties of a connection.
- Parameters:
iamProperties- The IAM properties of a connection.
-
fromIamProperties
public static ConnectionPropertiesInput fromIamProperties(Consumer<IamPropertiesInput.Builder> iamProperties)
Create an instance of this class withiamProperties()initialized to the given value.The IAM properties of a connection.
- Parameters:
iamProperties- The IAM properties of a connection.
-
fromRedshiftProperties
public static ConnectionPropertiesInput fromRedshiftProperties(RedshiftPropertiesInput redshiftProperties)
Create an instance of this class withredshiftProperties()initialized to the given value.The Amazon Redshift properties of a connection.
- Parameters:
redshiftProperties- The Amazon Redshift properties of a connection.
-
fromRedshiftProperties
public static ConnectionPropertiesInput fromRedshiftProperties(Consumer<RedshiftPropertiesInput.Builder> redshiftProperties)
Create an instance of this class withredshiftProperties()initialized to the given value.The Amazon Redshift properties of a connection.
- Parameters:
redshiftProperties- The Amazon Redshift properties of a connection.
-
fromSparkEmrProperties
public static ConnectionPropertiesInput fromSparkEmrProperties(SparkEmrPropertiesInput sparkEmrProperties)
Create an instance of this class withsparkEmrProperties()initialized to the given value.The Spark EMR properties of a connection.
- Parameters:
sparkEmrProperties- The Spark EMR properties of a connection.
-
fromSparkEmrProperties
public static ConnectionPropertiesInput fromSparkEmrProperties(Consumer<SparkEmrPropertiesInput.Builder> sparkEmrProperties)
Create an instance of this class withsparkEmrProperties()initialized to the given value.The Spark EMR properties of a connection.
- Parameters:
sparkEmrProperties- The Spark EMR properties of a connection.
-
fromSparkGlueProperties
public static ConnectionPropertiesInput fromSparkGlueProperties(SparkGluePropertiesInput sparkGlueProperties)
Create an instance of this class withsparkGlueProperties()initialized to the given value.The Spark Amazon Web Services Glue properties of a connection.
- Parameters:
sparkGlueProperties- The Spark Amazon Web Services Glue properties of a connection.
-
fromSparkGlueProperties
public static ConnectionPropertiesInput fromSparkGlueProperties(Consumer<SparkGluePropertiesInput.Builder> sparkGlueProperties)
Create an instance of this class withsparkGlueProperties()initialized to the given value.The Spark Amazon Web Services Glue properties of a connection.
- Parameters:
sparkGlueProperties- The Spark Amazon Web Services Glue properties of a connection.
-
type
public ConnectionPropertiesInput.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beConnectionPropertiesInput.Type.UNKNOWN_TO_SDK_VERSIONif 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 beConnectionPropertiesInput.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-