Interface TemplateSourceAnalysis.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateSourceAnalysis.Builder,,TemplateSourceAnalysis> SdkBuilder<TemplateSourceAnalysis.Builder,,TemplateSourceAnalysis> SdkPojo
- Enclosing class:
TemplateSourceAnalysis
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource.dataSetReferences(Collection<DataSetReference> dataSetReferences) A structure containing information about the dataset references used as placeholders in the template.dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences) A structure containing information about the dataset references used as placeholders in the template.dataSetReferences(DataSetReference... dataSetReferences) A structure containing information about the dataset references used as placeholders in the template.topicReferences(Collection<TopicReference> topicReferences) A structure containing information about the topic references used as placeholders in the template.topicReferences(Consumer<TopicReference.Builder>... topicReferences) A structure containing information about the topic references used as placeholders in the template.topicReferences(TopicReference... topicReferences) A structure containing information about the topic references used as placeholders in the template.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
-
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.
-
dataSetReferences
A structure containing information about the dataset references used as placeholders in the template.
- Parameters:
dataSetReferences- A structure containing information about the dataset references used as placeholders in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetReferences
A structure containing information about the dataset references used as placeholders in the template.
- Parameters:
dataSetReferences- A structure containing information about the dataset references used as placeholders in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetReferences
TemplateSourceAnalysis.Builder dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences) A structure containing information about the dataset references used as placeholders in the template.
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
A structure containing information about the topic references used as placeholders in the template.
- Parameters:
topicReferences- A structure containing information about the topic references used as placeholders in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicReferences
A structure containing information about the topic references used as placeholders in the template.
- Parameters:
topicReferences- A structure containing information about the topic references used as placeholders in the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicReferences
A structure containing information about the topic references used as placeholders in the template.
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:
-