Uses of Interface
software.amazon.awssdk.services.quicksight.model.ManifestFileLocation.Builder
-
Packages that use ManifestFileLocation.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ManifestFileLocation.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ManifestFileLocation.Builder Modifier and Type Method Description ManifestFileLocation.Builder
ManifestFileLocation.Builder. bucket(String bucket)
Amazon S3 bucket.static ManifestFileLocation.Builder
ManifestFileLocation. builder()
ManifestFileLocation.Builder
ManifestFileLocation.Builder. key(String key)
Amazon S3 key that identifies an object.ManifestFileLocation.Builder
ManifestFileLocation. toBuilder()
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ManifestFileLocation.Builder Modifier and Type Method Description static Class<? extends ManifestFileLocation.Builder>
ManifestFileLocation. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ManifestFileLocation.Builder Modifier and Type Method Description default S3Parameters.Builder
S3Parameters.Builder. manifestFileLocation(Consumer<ManifestFileLocation.Builder> manifestFileLocation)
Location of the Amazon S3 manifest file.
-