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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDashboardSnapshotJobResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the dashboard snapshot job.StartDashboardSnapshotJobResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.StartDashboardSnapshotJobResponse.BuildersnapshotJobId(String snapshotJobId)The ID of the job.StartDashboardSnapshotJobResponse.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
-
arn
StartDashboardSnapshotJobResponse.Builder arn(String 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
StartDashboardSnapshotJobResponse.Builder snapshotJobId(String snapshotJobId)
The ID of the job. The job ID is set when you start a new job with a
StartDashboardSnapshotJobAPI call.- Parameters:
snapshotJobId- The ID of the job. The job ID is set when you start a new job with aStartDashboardSnapshotJobAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
StartDashboardSnapshotJobResponse.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.
-
status
StartDashboardSnapshotJobResponse.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.
-
-