@Generated(value="software.amazon.awssdk:codegen") public final class DestinationOptionsResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
Describes the destination options for a flow log.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DestinationOptionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DestinationOptionsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DestinationFileFormat |
fileFormat()
The format for the flow log.
|
String |
fileFormatAsString()
The format for the flow log.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
hiveCompatiblePartitions()
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
Boolean |
perHourPartition()
Indicates whether to partition the flow log per hour.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationOptionsResponse.Builder> |
serializableBuilderClass() |
DestinationOptionsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DestinationFileFormat fileFormat()
The format for the flow log.
If the service returns an enum value that is not available in the current SDK version, fileFormat will
return DestinationFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileFormatAsString().
DestinationFileFormatpublic final String fileFormatAsString()
The format for the flow log.
If the service returns an enum value that is not available in the current SDK version, fileFormat will
return DestinationFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileFormatAsString().
DestinationFileFormatpublic final Boolean hiveCompatiblePartitions()
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
public final Boolean perHourPartition()
Indicates whether to partition the flow log per hour.
public DestinationOptionsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>public static DestinationOptionsResponse.Builder builder()
public static Class<? extends DestinationOptionsResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.