Interface IpamAddressHistoryRecord.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IpamAddressHistoryRecord.Builder,
,IpamAddressHistoryRecord> SdkBuilder<IpamAddressHistoryRecord.Builder,
,IpamAddressHistoryRecord> SdkPojo
- Enclosing class:
IpamAddressHistoryRecord
-
Method Summary
Modifier and TypeMethodDescriptionresourceCidr
(String resourceCidr) The CIDR of the resource.resourceComplianceStatus
(String resourceComplianceStatus) The compliance status of a resource.resourceComplianceStatus
(IpamComplianceStatus resourceComplianceStatus) The compliance status of a resource.resourceId
(String resourceId) The ID of the resource.resourceName
(String resourceName) The name of the resource.resourceOverlapStatus
(String resourceOverlapStatus) The overlap status of an IPAM resource.resourceOverlapStatus
(IpamOverlapStatus resourceOverlapStatus) The overlap status of an IPAM resource.resourceOwnerId
(String resourceOwnerId) The ID of the resource owner.resourceRegion
(String resourceRegion) The Amazon Web Services Region of the resource.resourceType
(String resourceType) The type of the resource.resourceType
(IpamAddressHistoryResourceType resourceType) The type of the resource.sampledEndTime
(Instant sampledEndTime) Sampled end time of the resource-to-CIDR association within the IPAM scope.sampledStartTime
(Instant sampledStartTime) Sampled start time of the resource-to-CIDR association within the IPAM scope.The VPC ID of the resource.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
-
resourceOwnerId
The ID of the resource owner.
- Parameters:
resourceOwnerId
- The ID of the resource owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceRegion
The Amazon Web Services Region of the resource.
- Parameters:
resourceRegion
- The Amazon Web Services Region of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the resource.
- Parameters:
resourceType
- The type of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the resource.
- Parameters:
resourceType
- The type of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceId
The ID of the resource.
- Parameters:
resourceId
- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceCidr
The CIDR of the resource.
- Parameters:
resourceCidr
- The CIDR of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
The name of the resource.
- Parameters:
resourceName
- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceComplianceStatus
IpamAddressHistoryRecord.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcId
The VPC ID of the resource.
- Parameters:
vpcId
- The VPC ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-