public static interface DescribeTopicRefreshResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicRefreshResponse.Builder,DescribeTopicRefreshResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTopicRefreshResponse.Builder |
refreshDetails(Consumer<TopicRefreshDetails.Builder> refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
|
DescribeTopicRefreshResponse.Builder |
refreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
|
DescribeTopicRefreshResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeTopicRefreshResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTopicRefreshResponse.Builder refreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
refreshDetails - Details of the refresh, which is performed when the topic is created or updated.default DescribeTopicRefreshResponse.Builder refreshDetails(Consumer<TopicRefreshDetails.Builder> refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
This is a convenience method that creates an instance of theTopicRefreshDetails.Builder avoiding the
need to create one manually via TopicRefreshDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to refreshDetails(TopicRefreshDetails).
refreshDetails - a consumer that will call methods on TopicRefreshDetails.BuilderrefreshDetails(TopicRefreshDetails)DescribeTopicRefreshResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeTopicRefreshResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.