Interface DescribeRefreshScheduleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRefreshScheduleResponse.Builder,
,DescribeRefreshScheduleResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeRefreshScheduleResponse.Builder,
,DescribeRefreshScheduleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRefreshScheduleResponse
public static interface DescribeRefreshScheduleResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeRefreshScheduleResponse.Builder,DescribeRefreshScheduleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the refresh schedule.refreshSchedule
(Consumer<RefreshSchedule.Builder> refreshSchedule) The refresh schedule.refreshSchedule
(RefreshSchedule refreshSchedule) The refresh schedule.The Amazon Web Services request ID for this operation.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
refreshSchedule
The refresh schedule.
- Parameters:
refreshSchedule
- The refresh schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedule
default DescribeRefreshScheduleResponse.Builder refreshSchedule(Consumer<RefreshSchedule.Builder> refreshSchedule) The refresh schedule.
This is a convenience method that creates an instance of theRefreshSchedule.Builder
avoiding the need to create one manually viaRefreshSchedule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torefreshSchedule(RefreshSchedule)
.- Parameters:
refreshSchedule
- a consumer that will call methods onRefreshSchedule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-
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.
-