Class StaticFileS3SourceOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.StaticFileS3SourceOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StaticFileS3SourceOptions.Builder,StaticFileS3SourceOptions>
@Generated("software.amazon.awssdk:codegen") public final class StaticFileS3SourceOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StaticFileS3SourceOptions.Builder,StaticFileS3SourceOptions>
The structure that contains the Amazon S3 location to download the static file from.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStaticFileS3SourceOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the Amazon S3 bucket.static StaticFileS3SourceOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectKey()The identifier of the static file in the Amazon S3 bucket.Stringregion()The Region of the Amazon S3 account that contains the bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StaticFileS3SourceOptions.Builder>serializableBuilderClass()StaticFileS3SourceOptions.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.
- Returns:
- The name of the Amazon S3 bucket.
-
objectKey
public final String objectKey()
The identifier of the static file in the Amazon S3 bucket.
- Returns:
- The identifier of the static file in the Amazon S3 bucket.
-
region
public final String region()
The Region of the Amazon S3 account that contains the bucket.
- Returns:
- The Region of the Amazon S3 account that contains the bucket.
-
toBuilder
public StaticFileS3SourceOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StaticFileS3SourceOptions.Builder,StaticFileS3SourceOptions>
-
builder
public static StaticFileS3SourceOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends StaticFileS3SourceOptions.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
-
-