Interface DescribeDataSetRefreshPropertiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,
,DescribeDataSetRefreshPropertiesResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,
,DescribeDataSetRefreshPropertiesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDataSetRefreshPropertiesResponse
public static interface DescribeDataSetRefreshPropertiesResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,DescribeDataSetRefreshPropertiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetRefreshProperties
(Consumer<DataSetRefreshProperties.Builder> dataSetRefreshProperties) The dataset refresh properties.dataSetRefreshProperties
(DataSetRefreshProperties dataSetRefreshProperties) The dataset refresh properties.The Amazon Web Services request ID for this operation.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 Details
-
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
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.
-
dataSetRefreshProperties
DescribeDataSetRefreshPropertiesResponse.Builder dataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties) The dataset refresh properties.
- Parameters:
dataSetRefreshProperties
- The dataset refresh properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetRefreshProperties
default DescribeDataSetRefreshPropertiesResponse.Builder dataSetRefreshProperties(Consumer<DataSetRefreshProperties.Builder> dataSetRefreshProperties) The dataset refresh properties.
This is a convenience method that creates an instance of theDataSetRefreshProperties.Builder
avoiding the need to create one manually viaDataSetRefreshProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSetRefreshProperties(DataSetRefreshProperties)
.- Parameters:
dataSetRefreshProperties
- a consumer that will call methods onDataSetRefreshProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-