Class S3Destination
- java.lang.Object
-
- software.amazon.awssdk.services.bcmdataexports.model.S3Destination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Destination.Builder,S3Destination>
@Generated("software.amazon.awssdk:codegen") public final class S3Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Destination.Builder,S3Destination>
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Destination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3Destination.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()The name of the Amazon S3 bucket used as the destination of a data export file.S3OutputConfigurationss3OutputConfigurations()The output configuration for the data export.Strings3Prefix()The S3 path prefix you want prepended to the name of your data export.Strings3Region()The S3 bucket Region.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3Destination.Builder>serializableBuilderClass()S3Destination.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
-
s3Bucket
public final String s3Bucket()
The name of the Amazon S3 bucket used as the destination of a data export file.
- Returns:
- The name of the Amazon S3 bucket used as the destination of a data export file.
-
s3OutputConfigurations
public final S3OutputConfigurations s3OutputConfigurations()
The output configuration for the data export.
- Returns:
- The output configuration for the data export.
-
s3Prefix
public final String s3Prefix()
The S3 path prefix you want prepended to the name of your data export.
- Returns:
- The S3 path prefix you want prepended to the name of your data export.
-
s3Region
public final String s3Region()
The S3 bucket Region.
- Returns:
- The S3 bucket Region.
-
toBuilder
public S3Destination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Destination.Builder,S3Destination>
-
builder
public static S3Destination.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Destination.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
-
-