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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxResultsThe 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: - 20- Constraints: - 
        Must be between 1 and 100. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
nextTokenThe 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.
 
- 
odbNetworkIdThe 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.
 
- 
overrideConfigurationListOdbPeeringConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListOdbPeeringConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-