Interface InputDestinationVpc.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDestinationVpc.Builder,InputDestinationVpc>,SdkBuilder<InputDestinationVpc.Builder,InputDestinationVpc>,SdkPojo
- Enclosing class:
- InputDestinationVpc
public static interface InputDestinationVpc.Builder extends SdkPojo, CopyableBuilder<InputDestinationVpc.Builder,InputDestinationVpc>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDestinationVpc.BuilderavailabilityZone(String availabilityZone)The availability zone of the Input destination.InputDestinationVpc.BuildernetworkInterfaceId(String networkInterfaceId)The network interface ID of the Input destination in the VPC.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
availabilityZone
InputDestinationVpc.Builder availabilityZone(String availabilityZone)
The availability zone of the Input destination.- Parameters:
availabilityZone- The availability zone of the Input destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceId
InputDestinationVpc.Builder networkInterfaceId(String networkInterfaceId)
The network interface ID of the Input destination in the VPC.- Parameters:
networkInterfaceId- The network interface ID of the Input destination in the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-