Interface DestinationOptionsRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationOptionsRequest.Builder,,DestinationOptionsRequest> SdkBuilder<DestinationOptionsRequest.Builder,,DestinationOptionsRequest> SdkPojo
- Enclosing class:
DestinationOptionsRequest
public static interface DestinationOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<DestinationOptionsRequest.Builder,DestinationOptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfileFormat(String fileFormat) The format for the flow log.fileFormat(DestinationFileFormat fileFormat) The format for the flow log.hiveCompatiblePartitions(Boolean hiveCompatiblePartitions) Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.perHourPartition(Boolean perHourPartition) Indicates whether to partition the flow log per hour.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fileFormat
The format for the flow log. The default is
plain-text.- Parameters:
fileFormat- The format for the flow log. The default isplain-text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileFormat
The format for the flow log. The default is
plain-text.- Parameters:
fileFormat- The format for the flow log. The default isplain-text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hiveCompatiblePartitions
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is
false.- Parameters:
hiveCompatiblePartitions- Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default isfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
perHourPartition
Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is
false.- Parameters:
perHourPartition- Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default isfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-