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.BuilderManifestFileLocation.Builder. bucket(String bucket)Amazon S3 bucket.static ManifestFileLocation.BuilderManifestFileLocation. builder()ManifestFileLocation.BuilderManifestFileLocation.Builder. key(String key)Amazon S3 key that identifies an object.ManifestFileLocation.BuilderManifestFileLocation. 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.BuilderS3Parameters.Builder. manifestFileLocation(Consumer<ManifestFileLocation.Builder> manifestFileLocation)Location of the Amazon S3 manifest file.
-