Interface UpsolverS3OutputFormatConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>,SdkBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>,SdkPojo
- Enclosing class:
- UpsolverS3OutputFormatConfig
public static interface UpsolverS3OutputFormatConfig.Builder extends SdkPojo, CopyableBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpsolverS3OutputFormatConfig.BuilderaggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)Sets the value of the AggregationConfig property for this object.UpsolverS3OutputFormatConfig.BuilderaggregationConfig(AggregationConfig aggregationConfig)Sets the value of the AggregationConfig property for this object.UpsolverS3OutputFormatConfig.BuilderfileType(String fileType)Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.UpsolverS3OutputFormatConfig.BuilderfileType(FileType fileType)Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.default UpsolverS3OutputFormatConfig.BuilderprefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)Sets the value of the PrefixConfig property for this object.UpsolverS3OutputFormatConfig.BuilderprefixConfig(PrefixConfig prefixConfig)Sets the value of the PrefixConfig property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fileType
UpsolverS3OutputFormatConfig.Builder fileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
-
fileType
UpsolverS3OutputFormatConfig.Builder fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
-
prefixConfig
UpsolverS3OutputFormatConfig.Builder prefixConfig(PrefixConfig prefixConfig)
Sets the value of the PrefixConfig property for this object.- Parameters:
prefixConfig- The new value for the PrefixConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefixConfig
default UpsolverS3OutputFormatConfig.Builder prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
Sets the value of the PrefixConfig property for this object. This is a convenience method that creates an instance of thePrefixConfig.Builderavoiding the need to create one manually viaPrefixConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprefixConfig(PrefixConfig).- Parameters:
prefixConfig- a consumer that will call methods onPrefixConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
prefixConfig(PrefixConfig)
-
aggregationConfig
UpsolverS3OutputFormatConfig.Builder aggregationConfig(AggregationConfig aggregationConfig)
Sets the value of the AggregationConfig property for this object.- Parameters:
aggregationConfig- The new value for the AggregationConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationConfig
default UpsolverS3OutputFormatConfig.Builder aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
Sets the value of the AggregationConfig property for this object. This is a convenience method that creates an instance of theAggregationConfig.Builderavoiding the need to create one manually viaAggregationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaggregationConfig(AggregationConfig).- Parameters:
aggregationConfig- a consumer that will call methods onAggregationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
aggregationConfig(AggregationConfig)
-
-