Interface CreateOdbPeeringConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateOdbPeeringConnectionRequest.Builder,
,CreateOdbPeeringConnectionRequest> OdbRequest.Builder
,SdkBuilder<CreateOdbPeeringConnectionRequest.Builder,
,CreateOdbPeeringConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateOdbPeeringConnectionRequest
@Mutable
@NotThreadSafe
public static interface CreateOdbPeeringConnectionRequest.Builder
extends OdbRequest.Builder, SdkPojo, CopyableBuilder<CreateOdbPeeringConnectionRequest.Builder,CreateOdbPeeringConnectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The client token for the ODB peering connection request.displayName
(String displayName) The display name for the ODB peering connection.odbNetworkId
(String odbNetworkId) The unique identifier of the ODB network that initiates the peering connection.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.peerNetworkId
(String peerNetworkId) The unique identifier of the peer network.The tags to assign to the ODB peering connection.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.odb.model.OdbRequest.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
-
odbNetworkId
The unique identifier of the ODB network that initiates the peering connection.
- Parameters:
odbNetworkId
- The unique identifier of the ODB network that initiates the peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerNetworkId
The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.
- Parameters:
peerNetworkId
- The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name for the ODB peering connection.
- Parameters:
displayName
- The display name for the ODB peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The client token for the ODB peering connection request.
Constraints:
-
Must be unique for each request.
- Parameters:
clientToken
- The client token for the ODB peering connection request.Constraints:
-
Must be unique for each request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
The tags to assign to the ODB peering connection.
- Parameters:
tags
- The tags to assign to the ODB peering connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateOdbPeeringConnectionRequest.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
CreateOdbPeeringConnectionRequest.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.
-