Class DataLakeAccessProperties
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataLakeAccessProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataLakeAccessProperties.Builder,DataLakeAccessProperties>
@Generated("software.amazon.awssdk:codegen") public final class DataLakeAccessProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLakeAccessProperties.Builder,DataLakeAccessProperties>
Input properties to configure data lake access for your catalog resource in the Glue Data Catalog.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataLakeAccessProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataLakeAccessProperties.Builderbuilder()StringcatalogType()Specifies a federated catalog type for the native catalog resource.BooleandataLakeAccess()Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog from any non-Redshift engine, such as Amazon Athena, Amazon EMR, or Glue ETL.StringdataTransferRole()A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKey()An encryption key that will be used for the staging bucket that will be created along with the catalog.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataLakeAccessProperties.Builder>serializableBuilderClass()DataLakeAccessProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
dataLakeAccess
public final Boolean dataLakeAccess()
Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog from any non-Redshift engine, such as Amazon Athena, Amazon EMR, or Glue ETL.
- Returns:
- Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog from any non-Redshift engine, such as Amazon Athena, Amazon EMR, or Glue ETL.
-
dataTransferRole
public final String dataTransferRole()
A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query.
- Returns:
- A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query.
-
kmsKey
public final String kmsKey()
An encryption key that will be used for the staging bucket that will be created along with the catalog.
- Returns:
- An encryption key that will be used for the staging bucket that will be created along with the catalog.
-
catalogType
public final String catalogType()
Specifies a federated catalog type for the native catalog resource. The currently supported type is
aws:redshift.- Returns:
- Specifies a federated catalog type for the native catalog resource. The currently supported type is
aws:redshift.
-
toBuilder
public DataLakeAccessProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataLakeAccessProperties.Builder,DataLakeAccessProperties>
-
builder
public static DataLakeAccessProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataLakeAccessProperties.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-