Class CreateSubnetReservedIpOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreateSubnetReservedIpOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet the address.autoDelete
(Boolean autoDelete) Set the autoDelete.build()
Builds a CreateSubnetReservedIpOptions.Set the name.Set the subnetId.target
(ReservedIPTargetPrototype target) Set the target.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
subnetId
- the subnetId
-
-
Method Details
-
build
Builds a CreateSubnetReservedIpOptions.- Returns:
- the new CreateSubnetReservedIpOptions instance
-
subnetId
Set the subnetId.- Parameters:
subnetId
- the subnetId- Returns:
- the CreateSubnetReservedIpOptions builder
-
address
Set the address.- Parameters:
address
- the address- Returns:
- the CreateSubnetReservedIpOptions builder
-
autoDelete
Set the autoDelete.- Parameters:
autoDelete
- the autoDelete- Returns:
- the CreateSubnetReservedIpOptions builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the CreateSubnetReservedIpOptions builder
-
target
Set the target.- Parameters:
target
- the target- Returns:
- the CreateSubnetReservedIpOptions builder
-