public static interface Analysis.Builder extends SdkPojo, CopyableBuilder<Analysis.Builder,Analysis>
Modifier and Type | Method and Description |
---|---|
Analysis.Builder |
analysisId(String analysisId)
The ID of the analysis.
|
Analysis.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis.
|
Analysis.Builder |
createdTime(Instant createdTime)
The time that the analysis was created.
|
Analysis.Builder |
dataSetArns(Collection<String> dataSetArns)
The ARNs of the datasets of the analysis.
|
Analysis.Builder |
dataSetArns(String... dataSetArns)
The ARNs of the datasets of the analysis.
|
Analysis.Builder |
errors(AnalysisError... errors)
Errors associated with the analysis.
|
Analysis.Builder |
errors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
Analysis.Builder |
errors(Consumer<AnalysisError.Builder>... errors)
Errors associated with the analysis.
|
Analysis.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time that the analysis was last updated.
|
Analysis.Builder |
name(String name)
The descriptive name of the analysis.
|
Analysis.Builder |
sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
sheets(Consumer<Sheet.Builder>... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
|
Analysis.Builder |
status(ResourceStatus status)
Status associated with the analysis.
|
Analysis.Builder |
status(String status)
Status associated with the analysis.
|
Analysis.Builder |
themeArn(String themeArn)
The ARN of the theme of the analysis.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Analysis.Builder analysisId(String analysisId)
The ID of the analysis.
analysisId
- The ID of the analysis.Analysis.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis.
arn
- The Amazon Resource Name (ARN) of the analysis.Analysis.Builder name(String name)
The descriptive name of the analysis.
name
- The descriptive name of the analysis.Analysis.Builder status(String status)
Status associated with the analysis.
status
- Status associated with the analysis.ResourceStatus
,
ResourceStatus
Analysis.Builder status(ResourceStatus status)
Status associated with the analysis.
status
- Status associated with the analysis.ResourceStatus
,
ResourceStatus
Analysis.Builder errors(Collection<AnalysisError> errors)
Errors associated with the analysis.
errors
- Errors associated with the analysis.Analysis.Builder errors(AnalysisError... errors)
Errors associated with the analysis.
errors
- Errors associated with the analysis.Analysis.Builder errors(Consumer<AnalysisError.Builder>... errors)
Errors associated with the 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 #errors(List)
.errors
- a consumer that will call methods on List.Builder
#errors(List)
Analysis.Builder dataSetArns(Collection<String> dataSetArns)
The ARNs of the datasets of the analysis.
dataSetArns
- The ARNs of the datasets of the analysis.Analysis.Builder dataSetArns(String... dataSetArns)
The ARNs of the datasets of the analysis.
dataSetArns
- The ARNs of the datasets of the analysis.Analysis.Builder themeArn(String themeArn)
The ARN of the theme of the analysis.
themeArn
- The ARN of the theme of the analysis.Analysis.Builder createdTime(Instant createdTime)
The time that the analysis was created.
createdTime
- The time that the analysis was created.Analysis.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time that the analysis was last updated.
lastUpdatedTime
- The time that the analysis was last updated.Analysis.Builder sheets(Collection<Sheet> sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
sheets
- A list of the associated sheets with the unique identifier and name of each sheet.Analysis.Builder sheets(Sheet... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
sheets
- A list of the associated sheets with the unique identifier and name of each sheet.Analysis.Builder sheets(Consumer<Sheet.Builder>... sheets)
A list of the associated sheets with the unique identifier and name of each sheet.
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 #sheets(List)
.sheets
- a consumer that will call methods on List.Builder
#sheets(List)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.