Interface ListIpRoutesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListIpRoutesRequest.Builder,
,ListIpRoutesRequest> DirectoryRequest.Builder
,SdkBuilder<ListIpRoutesRequest.Builder,
,ListIpRoutesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListIpRoutesRequest
@Mutable
@NotThreadSafe
public static interface ListIpRoutesRequest.Builder
extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) Identifier (ID) of the directory for which you want to retrieve the IP addresses.Maximum number of items to return.The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.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.directory.model.DirectoryRequest.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
-
directoryId
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
- Parameters:
directoryId
- Identifier (ID) of the directory for which you want to retrieve the IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
- Parameters:
nextToken
- The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
- Parameters:
limit
- Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIpRoutesRequest.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
ListIpRoutesRequest.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.
-