Interface DestinationOptionsResponse.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
,SdkBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
,SdkPojo
- Enclosing class:
- DestinationOptionsResponse
public static interface DestinationOptionsResponse.Builder extends SdkPojo, CopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationOptionsResponse.Builder
fileFormat(String fileFormat)
The format for the flow log.DestinationOptionsResponse.Builder
fileFormat(DestinationFileFormat fileFormat)
The format for the flow log.DestinationOptionsResponse.Builder
hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.DestinationOptionsResponse.Builder
perHourPartition(Boolean perHourPartition)
Indicates whether to partition the flow log per hour.-
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
-
fileFormat
DestinationOptionsResponse.Builder fileFormat(String fileFormat)
The format for the flow log.
- Parameters:
fileFormat
- The format for the flow log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationFileFormat
,DestinationFileFormat
-
fileFormat
DestinationOptionsResponse.Builder fileFormat(DestinationFileFormat fileFormat)
The format for the flow log.
- Parameters:
fileFormat
- The format for the flow log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationFileFormat
,DestinationFileFormat
-
hiveCompatiblePartitions
DestinationOptionsResponse.Builder hiveCompatiblePartitions(Boolean hiveCompatiblePartitions)
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
- Parameters:
hiveCompatiblePartitions
- Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
perHourPartition
DestinationOptionsResponse.Builder perHourPartition(Boolean perHourPartition)
Indicates whether to partition the flow log per hour.
- Parameters:
perHourPartition
- Indicates whether to partition the flow log per hour.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-