Interface DescribeDataSetRefreshPropertiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,DescribeDataSetRefreshPropertiesResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,DescribeDataSetRefreshPropertiesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDataSetRefreshPropertiesResponse
@Mutable @NotThreadSafe public static interface DescribeDataSetRefreshPropertiesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSetRefreshPropertiesResponse.Builder,DescribeDataSetRefreshPropertiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeDataSetRefreshPropertiesResponse.BuilderdataSetRefreshProperties(Consumer<DataSetRefreshProperties.Builder> dataSetRefreshProperties)The dataset refresh properties.DescribeDataSetRefreshPropertiesResponse.BuilderdataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)The dataset refresh properties.DescribeDataSetRefreshPropertiesResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeDataSetRefreshPropertiesResponse.Builderstatus(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
requestId
DescribeDataSetRefreshPropertiesResponse.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
DescribeDataSetRefreshPropertiesResponse.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.
-
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.Builderavoiding the need to create one manually viaDataSetRefreshProperties.builder().When the
Consumercompletes,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:
dataSetRefreshProperties(DataSetRefreshProperties)
-
-