Class S3LogDestination
- java.lang.Object
-
- software.amazon.awssdk.services.pipes.model.S3LogDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3LogDestination.Builder,S3LogDestination>
@Generated("software.amazon.awssdk:codegen") public final class S3LogDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3LogDestination.Builder,S3LogDestination>
The Amazon S3 logging configuration settings for the pipe.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3LogDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.StringbucketOwner()The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.static S3LogDestination.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3OutputFormatoutputFormat()The format EventBridge uses for the log records.StringoutputFormatAsString()The format EventBridge uses for the log records.Stringprefix()The prefix text with which to begin Amazon S3 log object names.List<SdkField<?>>sdkFields()static Class<? extends S3LogDestination.Builder>serializableBuilderClass()S3LogDestination.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
-
bucketName
public final String bucketName()
The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
- Returns:
- The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
-
bucketOwner
public final String bucketOwner()
The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
- Returns:
- The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
-
outputFormat
public final S3OutputFormat outputFormat()
The format EventBridge uses for the log records.
-
json: JSON -
plain: Plain text
If the service returns an enum value that is not available in the current SDK version,
outputFormatwill returnS3OutputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputFormatAsString().- Returns:
- The format EventBridge uses for the log records.
-
json: JSON -
plain: Plain text
-
- See Also:
S3OutputFormat
-
-
outputFormatAsString
public final String outputFormatAsString()
The format EventBridge uses for the log records.
-
json: JSON -
plain: Plain text
If the service returns an enum value that is not available in the current SDK version,
outputFormatwill returnS3OutputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputFormatAsString().- Returns:
- The format EventBridge uses for the log records.
-
json: JSON -
plain: Plain text
-
- See Also:
S3OutputFormat
-
-
prefix
public final String prefix()
The prefix text with which to begin Amazon S3 log object names.
For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
- Returns:
- The prefix text with which to begin Amazon S3 log object names.
For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
-
toBuilder
public S3LogDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3LogDestination.Builder,S3LogDestination>
-
builder
public static S3LogDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3LogDestination.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.
-
-