pub struct Builder { /* private fields */ }
Expand description
A builder for DashboardSourceTemplate
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_set_references(self, input: DataSetReference) -> Self
pub fn data_set_references(self, input: DataSetReference) -> Self
Appends an item to data_set_references
.
To override the contents of this collection use set_data_set_references
.
Dataset references.
sourcepub fn set_data_set_references(
self,
input: Option<Vec<DataSetReference>>
) -> Self
pub fn set_data_set_references(
self,
input: Option<Vec<DataSetReference>>
) -> Self
Dataset references.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the resource.
sourcepub fn build(self) -> DashboardSourceTemplate
pub fn build(self) -> DashboardSourceTemplate
Consumes the builder and constructs a DashboardSourceTemplate
.