Interface ListEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,Cloud9Request.Builder,CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,SdkBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentsRequest
public static interface ListEnvironmentsRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of environments to get identifiers for.ListEnvironmentsRequest.BuildernextToken(String nextToken)During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token.ListEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
nextToken
ListEnvironmentsRequest.Builder nextToken(String nextToken)
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
- Parameters:
nextToken- During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of environments to get identifiers for.
- Parameters:
maxResults- The maximum number of environments to get identifiers for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-