Interface GetDatasetContentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDatasetContentRequest.Builder,GetDatasetContentRequest>,IoTAnalyticsRequest.Builder,SdkBuilder<GetDatasetContentRequest.Builder,GetDatasetContentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDatasetContentRequest
public static interface GetDatasetContentRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<GetDatasetContentRequest.Builder,GetDatasetContentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDatasetContentRequest.BuilderdatasetName(String datasetName)The name of the dataset whose contents are retrieved.GetDatasetContentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDatasetContentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDatasetContentRequest.BuilderversionId(String versionId)The version of the dataset whose contents are retrieved.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
datasetName
GetDatasetContentRequest.Builder datasetName(String datasetName)
The name of the dataset whose contents are retrieved.
- Parameters:
datasetName- The name of the dataset whose contents are retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
GetDatasetContentRequest.Builder versionId(String versionId)
The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.
- Parameters:
versionId- The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDatasetContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDatasetContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-