public static interface CoipAddressUsage.Builder extends SdkPojo, CopyableBuilder<CoipAddressUsage.Builder,CoipAddressUsage>
| Modifier and Type | Method and Description |
|---|---|
CoipAddressUsage.Builder |
allocationId(String allocationId)
The allocation ID of the address.
|
CoipAddressUsage.Builder |
awsAccountId(String awsAccountId)
The AWS account ID.
|
CoipAddressUsage.Builder |
awsService(String awsService)
The AWS service.
|
CoipAddressUsage.Builder |
coIp(String coIp)
The customer-owned IP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoipAddressUsage.Builder allocationId(String allocationId)
The allocation ID of the address.
allocationId - The allocation ID of the address.CoipAddressUsage.Builder awsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId - The AWS account ID.CoipAddressUsage.Builder awsService(String awsService)
The AWS service.
awsService - The AWS service.CoipAddressUsage.Builder coIp(String coIp)
The customer-owned IP address.
coIp - The customer-owned IP address.Copyright © 2019. All rights reserved.