Class GetTableSchema.Builder
- java.lang.Object
-
- com.pulumi.aws.timestreamwrite.outputs.GetTableSchema.Builder
-
- Enclosing class:
- GetTableSchema
public static final class GetTableSchema.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetTableSchema defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTableSchema
build()
GetTableSchema.Builder
compositePartitionKeys(GetTableSchemaCompositePartitionKey... compositePartitionKeys)
GetTableSchema.Builder
compositePartitionKeys(java.util.List<GetTableSchemaCompositePartitionKey> compositePartitionKeys)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetTableSchema defaults)
-
-
Method Detail
-
compositePartitionKeys
public GetTableSchema.Builder compositePartitionKeys(java.util.List<GetTableSchemaCompositePartitionKey> compositePartitionKeys)
-
compositePartitionKeys
public GetTableSchema.Builder compositePartitionKeys(GetTableSchemaCompositePartitionKey... compositePartitionKeys)
-
build
public GetTableSchema build()
-
-