public static interface TemplateSourceAnalysis.Builder extends SdkPojo, CopyableBuilder<TemplateSourceAnalysis.Builder,TemplateSourceAnalysis>
Modifier and Type | Method and Description |
---|---|
TemplateSourceAnalysis.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
TemplateSourceAnalysis.Builder |
dataSetReferences(Collection<DataSetReference> dataSetReferences)
A structure containing information about the dataset references used as placeholders in the template.
|
TemplateSourceAnalysis.Builder |
dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences)
A structure containing information about the dataset references used as placeholders in the template.
|
TemplateSourceAnalysis.Builder |
dataSetReferences(DataSetReference... dataSetReferences)
A structure containing information about the dataset references used as placeholders in the template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TemplateSourceAnalysis.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.TemplateSourceAnalysis.Builder dataSetReferences(Collection<DataSetReference> dataSetReferences)
A structure containing information about the dataset references used as placeholders in the template.
dataSetReferences
- A structure containing information about the dataset references used as placeholders in the template.TemplateSourceAnalysis.Builder dataSetReferences(DataSetReference... dataSetReferences)
A structure containing information about the dataset references used as placeholders in the template.
dataSetReferences
- A structure containing information about the dataset references used as placeholders in the template.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #dataSetReferences(List)
.dataSetReferences
- a consumer that will call methods on List.Builder
#dataSetReferences(List)
Copyright © 2021. All rights reserved.