Interface UpdateAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAnalysisResponse
@Mutable @NotThreadSafe public static interface UpdateAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAnalysisResponse.BuilderanalysisId(String analysisId)The ID of the analysis.UpdateAnalysisResponse.Builderarn(String arn)The ARN of the analysis that you're updating.UpdateAnalysisResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateAnalysisResponse.Builderstatus(Integer status)The HTTP status of the request.UpdateAnalysisResponse.BuilderupdateStatus(String updateStatus)The update status of the last update that was made to the analysis.UpdateAnalysisResponse.BuilderupdateStatus(ResourceStatus updateStatus)The update status of the last update that was made to the analysis.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateAnalysisResponse.Builder arn(String arn)
The ARN of the analysis that you're updating.
- Parameters:
arn- The ARN of the analysis that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
UpdateAnalysisResponse.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.
-
updateStatus
UpdateAnalysisResponse.Builder updateStatus(String updateStatus)
The update status of the last update that was made to the analysis.
- Parameters:
updateStatus- The update status of the last update that was made to the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
updateStatus
UpdateAnalysisResponse.Builder updateStatus(ResourceStatus updateStatus)
The update status of the last update that was made to the analysis.
- Parameters:
updateStatus- The update status of the last update that was made to the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
status
UpdateAnalysisResponse.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
UpdateAnalysisResponse.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.
-
-