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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationOptionsRequest.BuilderfileFormat(String fileFormat)The format for the flow log.DestinationOptionsRequest.BuilderfileFormat(DestinationFileFormat fileFormat)The format for the flow log.DestinationOptionsRequest.BuilderhiveCompatiblePartitions(Boolean hiveCompatiblePartitions)Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.DestinationOptionsRequest.BuilderperHourPartition(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fileFormat
DestinationOptionsRequest.Builder fileFormat(String 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:
DestinationFileFormat,DestinationFileFormat
-
fileFormat
DestinationOptionsRequest.Builder fileFormat(DestinationFileFormat 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:
DestinationFileFormat,DestinationFileFormat
-
hiveCompatiblePartitions
DestinationOptionsRequest.Builder hiveCompatiblePartitions(Boolean 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
DestinationOptionsRequest.Builder perHourPartition(Boolean 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.
-
-