Interface ListDatasetContentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDatasetContentsRequest.Builder,
,ListDatasetContentsRequest> IoTAnalyticsRequest.Builder
,SdkBuilder<ListDatasetContentsRequest.Builder,
,ListDatasetContentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDatasetContentsRequest
public static interface ListDatasetContentsRequest.Builder
extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetContentsRequest.Builder,ListDatasetContentsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetName
(String datasetName) The name of the dataset whose contents information you want to list.maxResults
(Integer maxResults) The maximum number of results to return in this request.The token for the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.scheduledBefore
(Instant scheduledBefore) A filter to limit results to those dataset contents whose creation is scheduled before the given time.scheduledOnOrAfter
(Instant scheduledOnOrAfter) A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.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 Details
-
datasetName
The name of the dataset whose contents information you want to list.
- Parameters:
datasetName
- The name of the dataset whose contents information you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results.
- Parameters:
nextToken
- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in this request.
- Parameters:
maxResults
- The maximum number of results to return in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledOnOrAfter
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field
triggers.schedule
in theCreateDataset
request. (timestamp)- Parameters:
scheduledOnOrAfter
- A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the fieldtriggers.schedule
in theCreateDataset
request. (timestamp)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledBefore
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field
triggers.schedule
in theCreateDataset
request. (timestamp)- Parameters:
scheduledBefore
- A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the fieldtriggers.schedule
in theCreateDataset
request. (timestamp)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDatasetContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDatasetContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-