Interface CoipAddressUsage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoipAddressUsage.Builder,CoipAddressUsage>,SdkBuilder<CoipAddressUsage.Builder,CoipAddressUsage>,SdkPojo
- Enclosing class:
- CoipAddressUsage
@Mutable @NotThreadSafe public static interface CoipAddressUsage.Builder extends SdkPojo, CopyableBuilder<CoipAddressUsage.Builder,CoipAddressUsage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoipAddressUsage.BuilderallocationId(String allocationId)The allocation ID of the address.CoipAddressUsage.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID.CoipAddressUsage.BuilderawsService(String awsService)The Amazon Web Services service.CoipAddressUsage.BuildercoIp(String coIp)The customer-owned IP address.-
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
-
allocationId
CoipAddressUsage.Builder allocationId(String allocationId)
The allocation ID of the address.
- Parameters:
allocationId- The allocation ID of the address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
CoipAddressUsage.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
- Parameters:
awsAccountId- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsService
CoipAddressUsage.Builder awsService(String awsService)
The Amazon Web Services service.
- Parameters:
awsService- The Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coIp
CoipAddressUsage.Builder coIp(String coIp)
The customer-owned IP address.
- Parameters:
coIp- The customer-owned IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-