Struct aws_sdk_quicksight::model::s3_parameters::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3Parameters
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn manifest_file_location(self, input: ManifestFileLocation) -> Self
pub fn manifest_file_location(self, input: ManifestFileLocation) -> Self
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
sourcepub fn set_manifest_file_location(
self,
input: Option<ManifestFileLocation>
) -> Self
pub fn set_manifest_file_location(
self,
input: Option<ManifestFileLocation>
) -> Self
Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
sourcepub fn build(self) -> S3Parameters
pub fn build(self) -> S3Parameters
Consumes the builder and constructs a S3Parameters
.