public static interface IpamAddressHistoryRecord.Builder extends SdkPojo, CopyableBuilder<IpamAddressHistoryRecord.Builder,IpamAddressHistoryRecord>
| Modifier and Type | Method and Description |
|---|---|
IpamAddressHistoryRecord.Builder |
resourceCidr(String resourceCidr)
The CIDR of the resource.
|
IpamAddressHistoryRecord.Builder |
resourceComplianceStatus(IpamComplianceStatus resourceComplianceStatus)
The compliance status of a resource.
|
IpamAddressHistoryRecord.Builder |
resourceComplianceStatus(String resourceComplianceStatus)
The compliance status of a resource.
|
IpamAddressHistoryRecord.Builder |
resourceId(String resourceId)
The ID of the resource.
|
IpamAddressHistoryRecord.Builder |
resourceName(String resourceName)
The name of the resource.
|
IpamAddressHistoryRecord.Builder |
resourceOverlapStatus(IpamOverlapStatus resourceOverlapStatus)
The overlap status of an IPAM resource.
|
IpamAddressHistoryRecord.Builder |
resourceOverlapStatus(String resourceOverlapStatus)
The overlap status of an IPAM resource.
|
IpamAddressHistoryRecord.Builder |
resourceOwnerId(String resourceOwnerId)
The ID of the resource owner.
|
IpamAddressHistoryRecord.Builder |
resourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource.
|
IpamAddressHistoryRecord.Builder |
resourceType(IpamAddressHistoryResourceType resourceType)
The type of the resource.
|
IpamAddressHistoryRecord.Builder |
resourceType(String resourceType)
The type of the resource.
|
IpamAddressHistoryRecord.Builder |
sampledEndTime(Instant sampledEndTime)
Sampled end time of the resource-to-CIDR association within the IPAM scope.
|
IpamAddressHistoryRecord.Builder |
sampledStartTime(Instant sampledStartTime)
Sampled start time of the resource-to-CIDR association within the IPAM scope.
|
IpamAddressHistoryRecord.Builder |
vpcId(String vpcId)
The VPC ID of the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamAddressHistoryRecord.Builder resourceOwnerId(String resourceOwnerId)
The ID of the resource owner.
resourceOwnerId - The ID of the resource owner.IpamAddressHistoryRecord.Builder resourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource.
resourceRegion - The Amazon Web Services Region of the resource.IpamAddressHistoryRecord.Builder resourceType(String resourceType)
The type of the resource.
resourceType - The type of the resource.IpamAddressHistoryResourceType,
IpamAddressHistoryResourceTypeIpamAddressHistoryRecord.Builder resourceType(IpamAddressHistoryResourceType resourceType)
The type of the resource.
resourceType - The type of the resource.IpamAddressHistoryResourceType,
IpamAddressHistoryResourceTypeIpamAddressHistoryRecord.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.IpamAddressHistoryRecord.Builder resourceCidr(String resourceCidr)
The CIDR of the resource.
resourceCidr - The CIDR of the resource.IpamAddressHistoryRecord.Builder resourceName(String resourceName)
The name of the resource.
resourceName - The name of the resource.IpamAddressHistoryRecord.Builder resourceComplianceStatus(String resourceComplianceStatus)
The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
resourceComplianceStatus - The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR
usage by resource in the Amazon VPC IPAM User Guide.IpamComplianceStatus,
IpamComplianceStatusIpamAddressHistoryRecord.Builder resourceComplianceStatus(IpamComplianceStatus resourceComplianceStatus)
The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
resourceComplianceStatus - The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR
usage by resource in the Amazon VPC IPAM User Guide.IpamComplianceStatus,
IpamComplianceStatusIpamAddressHistoryRecord.Builder resourceOverlapStatus(String resourceOverlapStatus)
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
resourceOverlapStatus - The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource
overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR
usage by resource in the Amazon VPC IPAM User Guide.IpamOverlapStatus,
IpamOverlapStatusIpamAddressHistoryRecord.Builder resourceOverlapStatus(IpamOverlapStatus resourceOverlapStatus)
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
resourceOverlapStatus - The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource
overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR
usage by resource in the Amazon VPC IPAM User Guide.IpamOverlapStatus,
IpamOverlapStatusIpamAddressHistoryRecord.Builder vpcId(String vpcId)
The VPC ID of the resource.
vpcId - The VPC ID of the resource.IpamAddressHistoryRecord.Builder sampledStartTime(Instant sampledStartTime)
Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.
sampledStartTime - Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in
periodic snapshots, so the start time may have occurred before this specific time.IpamAddressHistoryRecord.Builder sampledEndTime(Instant sampledEndTime)
Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.
sampledEndTime - Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in
periodic snapshots, so the end time may have occurred before this specific time.Copyright © 2022. All rights reserved.