Package com.pulumi.aws.glue.outputs
Class DataQualityRulesetTargetTable
- java.lang.Object
-
- com.pulumi.aws.glue.outputs.DataQualityRulesetTargetTable
-
public final class DataQualityRulesetTargetTable extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataQualityRulesetTargetTable.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQualityRulesetTargetTable.Builder
builder()
static DataQualityRulesetTargetTable.Builder
builder(DataQualityRulesetTargetTable defaults)
java.util.Optional<java.lang.String>
catalogId()
java.lang.String
databaseName()
java.lang.String
tableName()
-
-
-
Method Detail
-
catalogId
public java.util.Optional<java.lang.String> catalogId()
- Returns:
- The catalog id where the AWS Glue table exists.
-
databaseName
public java.lang.String databaseName()
- Returns:
- Name of the database where the AWS Glue table exists.
-
tableName
public java.lang.String tableName()
- Returns:
- Name of the AWS Glue table.
-
builder
public static DataQualityRulesetTargetTable.Builder builder()
-
builder
public static DataQualityRulesetTargetTable.Builder builder(DataQualityRulesetTargetTable defaults)
-
-