Interface CreateAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAnalysisResponse.Builder,CreateAnalysisResponse>,QuickSightResponse.Builder,SdkBuilder<CreateAnalysisResponse.Builder,CreateAnalysisResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAnalysisResponse
public static interface CreateAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateAnalysisResponse.Builder,CreateAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAnalysisResponse.BuilderanalysisId(String analysisId)The ID of the analysis.CreateAnalysisResponse.Builderarn(String arn)The ARN for the analysis.CreateAnalysisResponse.BuildercreationStatus(String creationStatus)The status of the creation of the analysis.CreateAnalysisResponse.BuildercreationStatus(ResourceStatus creationStatus)The status of the creation of the analysis.CreateAnalysisResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CreateAnalysisResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateAnalysisResponse.Builder arn(String arn)
The ARN for the analysis.
- Parameters:
arn- The ARN for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
CreateAnalysisResponse.Builder analysisId(String analysisId)
The ID of the analysis.
- Parameters:
analysisId- The ID of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationStatus
CreateAnalysisResponse.Builder creationStatus(String creationStatus)
The status of the creation of the analysis.
- Parameters:
creationStatus- The status of the creation of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
creationStatus
CreateAnalysisResponse.Builder creationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
- Parameters:
creationStatus- The status of the creation of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
status
CreateAnalysisResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
CreateAnalysisResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-