public static interface CfnFlow.PrefixConfigProperty
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.appflow.*; PrefixConfigProperty prefixConfigProperty = PrefixConfigProperty.builder() .pathPrefixHierarchy(List.of("pathPrefixHierarchy")) .prefixFormat("prefixFormat") .prefixType("prefixType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.PrefixConfigProperty.Builder
A builder for
CfnFlow.PrefixConfigProperty |
static class |
CfnFlow.PrefixConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.PrefixConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.PrefixConfigProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getPathPrefixHierarchy()
`CfnFlow.PrefixConfigProperty.PathPrefixHierarchy`.
|
default java.lang.String |
getPrefixFormat()
Determines the level of granularity for the date and time that's included in the prefix.
|
default java.lang.String |
getPrefixType()
Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
default java.util.List<java.lang.String> getPathPrefixHierarchy()
default java.lang.String getPrefixFormat()
default java.lang.String getPrefixType()
static CfnFlow.PrefixConfigProperty.Builder builder()