Interface ListDataflowEndpointGroupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDataflowEndpointGroupsRequest.Builder,
,ListDataflowEndpointGroupsRequest> GroundStationRequest.Builder
,SdkBuilder<ListDataflowEndpointGroupsRequest.Builder,
,ListDataflowEndpointGroupsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDataflowEndpointGroupsRequest
@Mutable
@NotThreadSafe
public static interface ListDataflowEndpointGroupsRequest.Builder
extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListDataflowEndpointGroupsRequest.Builder,ListDataflowEndpointGroupsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Maximum number of dataflow endpoint groups returned.Next token returned in the request of a previousListDataflowEndpointGroups
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 dataflow endpoint groups returned.
- Parameters:
maxResults
- Maximum number of dataflow endpoint groups 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
ListDataflowEndpointGroups
call. Used to get the next page of results.- Parameters:
nextToken
- Next token returned in the request of a previousListDataflowEndpointGroups
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
ListDataflowEndpointGroupsRequest.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
ListDataflowEndpointGroupsRequest.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.
-