Interface DescribeTopicRefreshResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTopicRefreshResponse.Builder,DescribeTopicRefreshResponse>
,QuickSightResponse.Builder
,SdkBuilder<DescribeTopicRefreshResponse.Builder,DescribeTopicRefreshResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeTopicRefreshResponse
public static interface DescribeTopicRefreshResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicRefreshResponse.Builder,DescribeTopicRefreshResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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.-
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
-
refreshDetails
DescribeTopicRefreshResponse.Builder refreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
- Parameters:
refreshDetails
- Details of the refresh, which is performed when the topic is created or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshDetails
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 viaTopicRefreshDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torefreshDetails(TopicRefreshDetails)
.- Parameters:
refreshDetails
- a consumer that will call methods onTopicRefreshDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
refreshDetails(TopicRefreshDetails)
-
requestId
DescribeTopicRefreshResponse.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.
-
status
DescribeTopicRefreshResponse.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.
-
-