public static interface PutDataSetRefreshPropertiesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<PutDataSetRefreshPropertiesRequest.Builder,PutDataSetRefreshPropertiesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDataSetRefreshPropertiesRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
PutDataSetRefreshPropertiesRequest.Builder |
dataSetId(String dataSetId)
The ID of the dataset.
|
default PutDataSetRefreshPropertiesRequest.Builder |
dataSetRefreshProperties(Consumer<DataSetRefreshProperties.Builder> dataSetRefreshProperties)
The dataset refresh properties.
|
PutDataSetRefreshPropertiesRequest.Builder |
dataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
|
PutDataSetRefreshPropertiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDataSetRefreshPropertiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDataSetRefreshPropertiesRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.PutDataSetRefreshPropertiesRequest.Builder dataSetId(String dataSetId)
The ID of the dataset.
dataSetId - The ID of the dataset.PutDataSetRefreshPropertiesRequest.Builder dataSetRefreshProperties(DataSetRefreshProperties dataSetRefreshProperties)
The dataset refresh properties.
dataSetRefreshProperties - The dataset refresh properties.default PutDataSetRefreshPropertiesRequest.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)PutDataSetRefreshPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDataSetRefreshPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.