Interface ListDataSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>,M2Request.Builder,SdkBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataSetsRequest
public static interface ListDataSetsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSetsRequest.BuilderapplicationId(String applicationId)The unique identifier of the application for which you want to list the associated data sets.ListDataSetsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects to return.ListDataSetsRequest.BuildernameFilter(String nameFilter)Filter dataset name matching the specified pattern.ListDataSetsRequest.BuildernextToken(String nextToken)A pagination token returned from a previous call to this operation.ListDataSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataSetsRequest.Builderprefix(String prefix)The prefix of the data set name, which you can use to filter the list of data sets.-
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.m2.model.M2Request.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
-
applicationId
ListDataSetsRequest.Builder applicationId(String applicationId)
The unique identifier of the application for which you want to list the associated data sets.
- Parameters:
applicationId- The unique identifier of the application for which you want to list the associated data sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDataSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return.
- Parameters:
maxResults- The maximum number of objects to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameFilter
ListDataSetsRequest.Builder nameFilter(String nameFilter)
Filter dataset name matching the specified pattern. Can use * and % as wild cards.
- Parameters:
nameFilter- Filter dataset name matching the specified pattern. Can use * and % as wild cards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDataSetsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
- Parameters:
nextToken- A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
ListDataSetsRequest.Builder prefix(String prefix)
The prefix of the data set name, which you can use to filter the list of data sets.
- Parameters:
prefix- The prefix of the data set name, which you can use to filter the list of data sets.- 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
-
-