Interface CreateRefreshScheduleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateRefreshScheduleResponse.Builder,CreateRefreshScheduleResponse>,QuickSightResponse.Builder,SdkBuilder<CreateRefreshScheduleResponse.Builder,CreateRefreshScheduleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateRefreshScheduleResponse
@Mutable @NotThreadSafe public static interface CreateRefreshScheduleResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateRefreshScheduleResponse.Builder,CreateRefreshScheduleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRefreshScheduleResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the refresh schedule.CreateRefreshScheduleResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CreateRefreshScheduleResponse.BuilderscheduleId(String scheduleId)The ID of the refresh schedule.CreateRefreshScheduleResponse.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
CreateRefreshScheduleResponse.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.
-
requestId
CreateRefreshScheduleResponse.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.
-
scheduleId
CreateRefreshScheduleResponse.Builder scheduleId(String scheduleId)
The ID of the refresh schedule.
- Parameters:
scheduleId- The ID of the refresh schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CreateRefreshScheduleResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
- Parameters:
arn- The Amazon Resource Name (ARN) for the refresh schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-