Interface StartDashboardSnapshotJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartDashboardSnapshotJobResponse.Builder,
,StartDashboardSnapshotJobResponse> QuickSightResponse.Builder
,SdkBuilder<StartDashboardSnapshotJobResponse.Builder,
,StartDashboardSnapshotJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartDashboardSnapshotJobResponse
@Mutable
@NotThreadSafe
public static interface StartDashboardSnapshotJobResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartDashboardSnapshotJobResponse.Builder,StartDashboardSnapshotJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the dashboard snapshot job.The Amazon Web Services request ID for this operation.snapshotJobId
(String snapshotJobId) The ID of the job.The HTTP status of the requestMethods 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 Details
-
arn
The Amazon Resource Name (ARN) for the dashboard snapshot job.
- Parameters:
arn
- The Amazon Resource Name (ARN) for the dashboard snapshot job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotJobId
The ID of the job. The job ID is set when you start a new job with a
StartDashboardSnapshotJob
API call.- Parameters:
snapshotJobId
- The ID of the job. The job ID is set when you start a new job with aStartDashboardSnapshotJob
API call.- 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.
-
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.
-