Interface ListTopicRefreshSchedulesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTopicRefreshSchedulesResponse.Builder,ListTopicRefreshSchedulesResponse>,QuickSightResponse.Builder,SdkBuilder<ListTopicRefreshSchedulesResponse.Builder,ListTopicRefreshSchedulesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTopicRefreshSchedulesResponse
public static interface ListTopicRefreshSchedulesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTopicRefreshSchedulesResponse.Builder,ListTopicRefreshSchedulesResponse>
-
-
Method Summary
-
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
-
topicId
ListTopicRefreshSchedulesResponse.Builder topicId(String topicId)
The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID for the topic 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
ListTopicRefreshSchedulesResponse.Builder topicArn(String 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.
-
refreshSchedules
ListTopicRefreshSchedulesResponse.Builder refreshSchedules(Collection<TopicRefreshScheduleSummary> refreshSchedules)
The list of topic refresh schedules.
- Parameters:
refreshSchedules- The list of topic refresh schedules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedules
ListTopicRefreshSchedulesResponse.Builder refreshSchedules(TopicRefreshScheduleSummary... refreshSchedules)
The list of topic refresh schedules.
- Parameters:
refreshSchedules- The list of topic refresh schedules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedules
ListTopicRefreshSchedulesResponse.Builder refreshSchedules(Consumer<TopicRefreshScheduleSummary.Builder>... refreshSchedules)
The list of topic refresh schedules.
This is a convenience method that creates an instance of theTopicRefreshScheduleSummary.Builderavoiding the need to create one manually viaTopicRefreshScheduleSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#refreshSchedules(List.) - Parameters:
refreshSchedules- a consumer that will call methods onTopicRefreshScheduleSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#refreshSchedules(java.util.Collection)
-
status
ListTopicRefreshSchedulesResponse.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
ListTopicRefreshSchedulesResponse.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.
-
-