public static interface DescribeDataSetRefreshPropertiesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,DescribeDataSetRefreshPropertiesResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDataSetRefreshPropertiesResponse.Builder |
dataSetRefreshProperties(Consumer<DataSetRefreshProperties.Builder> dataSetRefreshProperties)
The dataset refresh properties.
|
DescribeDataSetRefreshPropertiesResponse.Builder |
dataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
|
DescribeDataSetRefreshPropertiesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDataSetRefreshPropertiesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataSetRefreshPropertiesResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeDataSetRefreshPropertiesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeDataSetRefreshPropertiesResponse.Builder dataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
dataSetRefreshProperties - The dataset refresh properties.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 via DataSetRefreshProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataSetRefreshProperties(DataSetRefreshProperties).
dataSetRefreshProperties - a consumer that will call methods on DataSetRefreshProperties.BuilderdataSetRefreshProperties(DataSetRefreshProperties)Copyright © 2023. All rights reserved.