Uses of Interface
software.amazon.awssdk.services.quicksight.model.StaticFileS3SourceOptions.Builder
-
Packages that use StaticFileS3SourceOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of StaticFileS3SourceOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return StaticFileS3SourceOptions.Builder Modifier and Type Method Description StaticFileS3SourceOptions.BuilderStaticFileS3SourceOptions.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket.static StaticFileS3SourceOptions.BuilderStaticFileS3SourceOptions. builder()StaticFileS3SourceOptions.BuilderStaticFileS3SourceOptions.Builder. objectKey(String objectKey)The identifier of the static file in the Amazon S3 bucket.StaticFileS3SourceOptions.BuilderStaticFileS3SourceOptions.Builder. region(String region)The Region of the Amazon S3 account that contains the bucket.StaticFileS3SourceOptions.BuilderStaticFileS3SourceOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type StaticFileS3SourceOptions.Builder Modifier and Type Method Description static Class<? extends StaticFileS3SourceOptions.Builder>StaticFileS3SourceOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type StaticFileS3SourceOptions.Builder Modifier and Type Method Description default StaticFileSource.BuilderStaticFileSource.Builder. s3Options(Consumer<StaticFileS3SourceOptions.Builder> s3Options)The structure that contains the Amazon S3 location to download the static file from.
-