Interface StartDashboardSnapshotJobScheduleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDashboardSnapshotJobScheduleResponse.Builder,StartDashboardSnapshotJobScheduleResponse>,QuickSightResponse.Builder,SdkBuilder<StartDashboardSnapshotJobScheduleResponse.Builder,StartDashboardSnapshotJobScheduleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartDashboardSnapshotJobScheduleResponse
@Mutable @NotThreadSafe public static interface StartDashboardSnapshotJobScheduleResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<StartDashboardSnapshotJobScheduleResponse.Builder,StartDashboardSnapshotJobScheduleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDashboardSnapshotJobScheduleResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.StartDashboardSnapshotJobScheduleResponse.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
-
requestId
StartDashboardSnapshotJobScheduleResponse.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
StartDashboardSnapshotJobScheduleResponse.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.
-
-