Interface ListProjectsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>,MobileRequest.Builder,SdkBuilder<ListProjectsRequest.Builder,ListProjectsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProjectsRequest
public static interface ListProjectsRequest.Builder extends MobileRequest.Builder, SdkPojo, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProjectsRequest.BuildermaxResults(Integer maxResults)Maximum number of records to list in a single response.ListProjectsRequest.BuildernextToken(String nextToken)Pagination token.ListProjectsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProjectsRequest.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.mobile.model.MobileRequest.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
ListProjectsRequest.Builder maxResults(Integer maxResults)
Maximum number of records to list in a single response.
- Parameters:
maxResults- Maximum number of records to list in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProjectsRequest.Builder nextToken(String nextToken)
Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.
- Parameters:
nextToken- Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-