public static final class CustomerEniInfo.Builder
extends java.lang.Object
CustomerEniInfo
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
CustomerEniInfo . |
Modifier and Type | Method and Description |
---|---|
CustomerEniInfo |
build() |
CustomerEniInfo.Builder |
setEniId(java.lang.String eniId)
Interface ID on customer account.
|
CustomerEniInfo.Builder |
setPrimaryIpAddress(java.lang.String primaryIpAddress)
Indicates primary address of the ENI.
|
CustomerEniInfo.Builder |
setSecondaryIpAddresses(java.util.List<java.lang.String> secondaryIpAddresses)
Indicates list of secondary IP created for this ENI.
|
public Builder()
CustomerEniInfo
.public CustomerEniInfo.Builder setSecondaryIpAddresses(java.util.List<java.lang.String> secondaryIpAddresses)
secondaryIpAddresses
- New value for the property.public CustomerEniInfo.Builder setEniId(java.lang.String eniId)
eniId
- New value for the property.public CustomerEniInfo.Builder setPrimaryIpAddress(java.lang.String primaryIpAddress)
primaryIpAddress
- New value for the property.public CustomerEniInfo build()