Interface AnalysisSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>,SdkBuilder<AnalysisSummary.Builder,AnalysisSummary>,SdkPojo
- Enclosing class:
- AnalysisSummary
public static interface AnalysisSummary.Builder extends SdkPojo, CopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisSummary.BuilderanalysisId(String analysisId)The ID of the analysis.AnalysisSummary.Builderarn(String arn)The Amazon Resource Name (ARN) for the analysis.AnalysisSummary.BuildercreatedTime(Instant createdTime)The time that the analysis was created.AnalysisSummary.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time that the analysis was last updated.AnalysisSummary.Buildername(String name)The name of the analysis.AnalysisSummary.Builderstatus(String status)The last known status for the analysis.AnalysisSummary.Builderstatus(ResourceStatus status)The last known status for the analysis.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
AnalysisSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) for the analysis.
- Parameters:
arn- The Amazon Resource Name (ARN) for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
AnalysisSummary.Builder analysisId(String analysisId)
The ID of the analysis. This ID displays in the URL.
- Parameters:
analysisId- The ID of the analysis. This ID displays in the URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AnalysisSummary.Builder name(String name)
The name of the analysis. This name is displayed in the Amazon QuickSight console.
- Parameters:
name- The name of the analysis. This name is displayed in the Amazon QuickSight console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AnalysisSummary.Builder status(String status)
The last known status for the analysis.
- Parameters:
status- The last known status for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
status
AnalysisSummary.Builder status(ResourceStatus status)
The last known status for the analysis.
- Parameters:
status- The last known status for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
createdTime
AnalysisSummary.Builder createdTime(Instant createdTime)
The time that the analysis was created.
- Parameters:
createdTime- The time that the analysis was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
AnalysisSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time that the analysis was last updated.
- Parameters:
lastUpdatedTime- The time that the analysis was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-