Interface ListOdbPeeringConnectionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOdbPeeringConnectionsRequest.Builder,,ListOdbPeeringConnectionsRequest> OdbRequest.Builder,SdkBuilder<ListOdbPeeringConnectionsRequest.Builder,,ListOdbPeeringConnectionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListOdbPeeringConnectionsRequest
@Mutable
@NotThreadSafe
public static interface ListOdbPeeringConnectionsRequest.Builder
extends OdbRequest.Builder, SdkPojo, CopyableBuilder<ListOdbPeeringConnectionsRequest.Builder,ListOdbPeeringConnectionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of ODB peering connections to return in the response.The pagination token for the next page of ODB peering connections.odbNetworkId(String odbNetworkId) The identifier of the ODB network to list peering connections for.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum number of ODB peering connections to return in the response.
Default:
20Constraints:
-
Must be between 1 and 100.
- Parameters:
maxResults- The maximum number of ODB peering connections to return in the response.Default:
20Constraints:
-
Must be between 1 and 100.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
The pagination token for the next page of ODB peering connections.
- Parameters:
nextToken- The pagination token for the next page of ODB peering connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
odbNetworkId
The identifier of the ODB network to list peering connections for.
If not specified, lists all ODB peering connections in the account.
- Parameters:
odbNetworkId- The identifier of the ODB network to list peering connections for.If not specified, lists all ODB peering connections in the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOdbPeeringConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListOdbPeeringConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-