Interface DashboardSourceTemplate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DashboardSourceTemplate.Builder,,DashboardSourceTemplate> SdkBuilder<DashboardSourceTemplate.Builder,,DashboardSourceTemplate> SdkPojo
- Enclosing class:
DashboardSourceTemplate
@Mutable
@NotThreadSafe
public static interface DashboardSourceTemplate.Builder
extends SdkPojo, CopyableBuilder<DashboardSourceTemplate.Builder,DashboardSourceTemplate>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource.dataSetReferences(Collection<DataSetReference> dataSetReferences) Dataset references.dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences) Dataset references.dataSetReferences(DataSetReference... dataSetReferences) Dataset references.topicReferences(Collection<TopicReference> topicReferences) The topic references for the source template of a dashboard.topicReferences(Consumer<TopicReference.Builder>... topicReferences) The topic references for the source template of a dashboard.topicReferences(TopicReference... topicReferences) The topic references for the source template of a dashboard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSetReferences
Dataset references.
- Parameters:
dataSetReferences- Dataset references.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetReferences
Dataset references.
- Parameters:
dataSetReferences- Dataset references.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetReferences
DashboardSourceTemplate.Builder dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences) Dataset references.
This is a convenience method that creates an instance of theDataSetReference.Builderavoiding the need to create one manually viaDataSetReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSetReferences(List<DataSetReference>).- Parameters:
dataSetReferences- a consumer that will call methods onDataSetReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
topicReferences
The topic references for the source template of a dashboard.
- Parameters:
topicReferences- The topic references for the source template of a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicReferences
The topic references for the source template of a dashboard.
- Parameters:
topicReferences- The topic references for the source template of a dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicReferences
DashboardSourceTemplate.Builder topicReferences(Consumer<TopicReference.Builder>... topicReferences) The topic references for the source template of a dashboard.
This is a convenience method that creates an instance of theTopicReference.Builderavoiding the need to create one manually viaTopicReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totopicReferences(List<TopicReference>).- Parameters:
topicReferences- a consumer that will call methods onTopicReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) of the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-