Interface ListDataSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>,DataExchangeRequest.Builder,SdkBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataSetsRequest
public static interface ListDataSetsRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSetsRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned by a single call.ListDataSetsRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListDataSetsRequest.Builderorigin(String origin)A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).ListDataSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.dataexchange.model.DataExchangeRequest.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
-
maxResults
ListDataSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by a single call.
- Parameters:
maxResults- The maximum number of results returned by a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDataSetsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
origin
ListDataSetsRequest.Builder origin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- Parameters:
origin- A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-