Interface RestoreAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RestoreAnalysisResponse.Builder,RestoreAnalysisResponse>,QuickSightResponse.Builder,SdkBuilder<RestoreAnalysisResponse.Builder,RestoreAnalysisResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RestoreAnalysisResponse
@Mutable @NotThreadSafe public static interface RestoreAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<RestoreAnalysisResponse.Builder,RestoreAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreAnalysisResponse.BuilderanalysisId(String analysisId)The ID of the analysis that you're restoring.RestoreAnalysisResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the analysis that you're restoring.RestoreAnalysisResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.RestoreAnalysisResponse.BuilderrestorationFailedFolderArns(String... restorationFailedFolderArns)A list of folder arns thatthe analysis failed to be restored to.RestoreAnalysisResponse.BuilderrestorationFailedFolderArns(Collection<String> restorationFailedFolderArns)A list of folder arns thatthe analysis failed to be restored to.RestoreAnalysisResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
RestoreAnalysisResponse.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.
-
arn
RestoreAnalysisResponse.Builder arn(String 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
RestoreAnalysisResponse.Builder analysisId(String 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
RestoreAnalysisResponse.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.
-
restorationFailedFolderArns
RestoreAnalysisResponse.Builder restorationFailedFolderArns(Collection<String> restorationFailedFolderArns)
A list of folder arns thatthe analysis failed to be restored to.
- Parameters:
restorationFailedFolderArns- A list of folder arns thatthe analysis failed to be restored to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restorationFailedFolderArns
RestoreAnalysisResponse.Builder restorationFailedFolderArns(String... restorationFailedFolderArns)
A list of folder arns thatthe analysis failed to be restored to.
- Parameters:
restorationFailedFolderArns- A list of folder arns thatthe analysis failed to be restored to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-