Interface RestoreAnalysisResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RestoreAnalysisResponse.Builder,,RestoreAnalysisResponse> QuickSightResponse.Builder,SdkBuilder<RestoreAnalysisResponse.Builder,,RestoreAnalysisResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RestoreAnalysisResponse
public static interface RestoreAnalysisResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<RestoreAnalysisResponse.Builder,RestoreAnalysisResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisId(String analysisId) The ID of the analysis that you're restoring.The Amazon Resource Name (ARN) of the analysis that you're restoring.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
arn
The Amazon Resource Name (ARN) of the analysis that you're restoring.
- Parameters:
arn- The Amazon Resource Name (ARN) of the analysis that you're restoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
The ID of the analysis that you're restoring.
- Parameters:
analysisId- The ID of the analysis that you're restoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-