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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeRefreshScheduleResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the refresh schedule.default DescribeRefreshScheduleResponse.BuilderrefreshSchedule(Consumer<RefreshSchedule.Builder> refreshSchedule)The refresh schedule.DescribeRefreshScheduleResponse.BuilderrefreshSchedule(RefreshSchedule refreshSchedule)The refresh schedule.DescribeRefreshScheduleResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeRefreshScheduleResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
refreshSchedule
DescribeRefreshScheduleResponse.Builder refreshSchedule(RefreshSchedule 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.Builderavoiding the need to create one manually viaRefreshSchedule.builder().When the
Consumercompletes,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:
refreshSchedule(RefreshSchedule)
-
status
DescribeRefreshScheduleResponse.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
DescribeRefreshScheduleResponse.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.
-
arn
DescribeRefreshScheduleResponse.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.
-
-