Interface CoipAddressUsage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CoipAddressUsage.Builder,
,CoipAddressUsage> SdkBuilder<CoipAddressUsage.Builder,
,CoipAddressUsage> SdkPojo
- Enclosing class:
CoipAddressUsage
public static interface CoipAddressUsage.Builder
extends SdkPojo, CopyableBuilder<CoipAddressUsage.Builder,CoipAddressUsage>
-
Method Summary
Modifier and TypeMethodDescriptionallocationId
(String allocationId) The allocation ID of the address.awsAccountId
(String awsAccountId) The Amazon Web Services account ID.awsService
(String awsService) The Amazon Web Services service.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, sdkFields
-
Method Details
-
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
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
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
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.
-