Interface DescribeTopicRefreshScheduleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTopicRefreshScheduleResponse.Builder,
,DescribeTopicRefreshScheduleResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeTopicRefreshScheduleResponse.Builder,
,DescribeTopicRefreshScheduleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeTopicRefreshScheduleResponse
public static interface DescribeTopicRefreshScheduleResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicRefreshScheduleResponse.Builder,DescribeTopicRefreshScheduleResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetArn
(String datasetArn) The Amazon Resource Name (ARN) of the dataset.refreshSchedule
(Consumer<TopicRefreshSchedule.Builder> refreshSchedule) The definition of a refresh schedule.refreshSchedule
(TopicRefreshSchedule refreshSchedule) The definition of a refresh schedule.The Amazon Web Services request ID for this operation.The HTTP status of the request.The Amazon Resource Name (ARN) of the topic.The ID of the topic that contains the refresh schedule that you want to describe.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
-
topicId
The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId
- The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicArn
The Amazon Resource Name (ARN) of the topic.
- Parameters:
topicArn
- The Amazon Resource Name (ARN) of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetArn
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
datasetArn
- The Amazon Resource Name (ARN) of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedule
The definition of a refresh schedule.
- Parameters:
refreshSchedule
- The definition of a refresh schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedule
default DescribeTopicRefreshScheduleResponse.Builder refreshSchedule(Consumer<TopicRefreshSchedule.Builder> refreshSchedule) The definition of a refresh schedule.
This is a convenience method that creates an instance of theTopicRefreshSchedule.Builder
avoiding the need to create one manually viaTopicRefreshSchedule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torefreshSchedule(TopicRefreshSchedule)
.- Parameters:
refreshSchedule
- a consumer that will call methods onTopicRefreshSchedule.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.
-