Interface CfnDataset.DataLakeDatasetPartitionFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataset.DataLakeDatasetPartitionFieldProperty.Jsii$Proxy
- Enclosing class:
CfnDataset
@Stability(Stable)
public static interface CfnDataset.DataLakeDatasetPartitionFieldProperty
extends software.amazon.jsii.JsiiSerializable
The partition field details.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.scn.*;
DataLakeDatasetPartitionFieldProperty dataLakeDatasetPartitionFieldProperty = DataLakeDatasetPartitionFieldProperty.builder()
.name("name")
.transform(TransformProperty.builder()
.type("type")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataset.DataLakeDatasetPartitionFieldPropertystatic final classAn implementation forCfnDataset.DataLakeDatasetPartitionFieldProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the partition field.- See Also:
-
getTransform
The transformation of the partition field.Returns union: either
IResolvableorCfnDataset.TransformProperty- See Also:
-
builder
-