public static interface AnalysisSourceTemplate.Builder extends SdkPojo, CopyableBuilder<AnalysisSourceTemplate.Builder,AnalysisSourceTemplate>
| Modifier and Type | Method and Description |
|---|---|
AnalysisSourceTemplate.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the source template of an analysis.
|
AnalysisSourceTemplate.Builder |
dataSetReferences(Collection<DataSetReference> dataSetReferences)
The dataset references of the source template of an analysis.
|
AnalysisSourceTemplate.Builder |
dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences)
The dataset references of the source template of an analysis.
|
AnalysisSourceTemplate.Builder |
dataSetReferences(DataSetReference... dataSetReferences)
The dataset references of the source template of an analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisSourceTemplate.Builder dataSetReferences(Collection<DataSetReference> dataSetReferences)
The dataset references of the source template of an analysis.
dataSetReferences - The dataset references of the source template of an analysis.AnalysisSourceTemplate.Builder dataSetReferences(DataSetReference... dataSetReferences)
The dataset references of the source template of an analysis.
dataSetReferences - The dataset references of the source template of an analysis.AnalysisSourceTemplate.Builder dataSetReferences(Consumer<DataSetReference.Builder>... dataSetReferences)
The dataset references of the source template of an analysis.
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) AnalysisSourceTemplate.Builder arn(String arn)
The Amazon Resource Name (ARN) of the source template of an analysis.
arn - The Amazon Resource Name (ARN) of the source template of an analysis.Copyright © 2020. All rights reserved.