Class DestinationOptionsResponse
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.DestinationOptionsResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestinationOptionsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationOptionsResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DestinationFileFormatfileFormat()The format for the flow log.StringfileFormatAsString()The format for the flow log.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanhiveCompatiblePartitions()Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.BooleanperHourPartition()Indicates whether to partition the flow log per hour.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DestinationOptionsResponse.Builder>serializableBuilderClass()DestinationOptionsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fileFormat
public 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,
fileFormatwill returnDestinationFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileFormatAsString().- Returns:
- The format for the flow log.
- See Also:
DestinationFileFormat
-
fileFormatAsString
public 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,
fileFormatwill returnDestinationFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileFormatAsString().- Returns:
- The format for the flow log.
- See Also:
DestinationFileFormat
-
hiveCompatiblePartitions
public final Boolean hiveCompatiblePartitions()
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
- Returns:
- Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
-
perHourPartition
public final Boolean perHourPartition()
Indicates whether to partition the flow log per hour.
- Returns:
- Indicates whether to partition the flow log per hour.
-
toBuilder
public DestinationOptionsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationOptionsResponse.Builder,DestinationOptionsResponse>
-
builder
public static DestinationOptionsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DestinationOptionsResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-