Interface ListConfigsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConfigsRequest.Builder,
,ListConfigsRequest> GroundStationRequest.Builder
,SdkBuilder<ListConfigsRequest.Builder,
,ListConfigsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListConfigsRequest
@Mutable
@NotThreadSafe
public static interface ListConfigsRequest.Builder
extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListConfigsRequest.Builder,ListConfigsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Maximum number ofConfigs
returned.Next token returned in the request of a previousListConfigs
call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.groundstation.model.GroundStationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
Maximum number of
Configs
returned.- Parameters:
maxResults
- Maximum number ofConfigs
returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Next token returned in the request of a previous
ListConfigs
call. Used to get the next page of results.- Parameters:
nextToken
- Next token returned in the request of a previousListConfigs
call. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigsRequest.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
ListConfigsRequest.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.
-