public static interface IpamResourceDiscovery.Builder extends SdkPojo, CopyableBuilder<IpamResourceDiscovery.Builder,IpamResourceDiscovery>
| Modifier and Type | Method and Description |
|---|---|
IpamResourceDiscovery.Builder |
description(String description)
The resource discovery description.
|
IpamResourceDiscovery.Builder |
ipamResourceDiscoveryArn(String ipamResourceDiscoveryArn)
The resource discovery Amazon Resource Name (ARN).
|
IpamResourceDiscovery.Builder |
ipamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
|
IpamResourceDiscovery.Builder |
ipamResourceDiscoveryRegion(String ipamResourceDiscoveryRegion)
The resource discovery Region.
|
IpamResourceDiscovery.Builder |
isDefault(Boolean isDefault)
Defines if the resource discovery is the default.
|
IpamResourceDiscovery.Builder |
operatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for the resource discovery.
|
IpamResourceDiscovery.Builder |
operatingRegions(Consumer<IpamOperatingRegion.Builder>... operatingRegions)
The operating Regions for the resource discovery.
|
IpamResourceDiscovery.Builder |
operatingRegions(IpamOperatingRegion... operatingRegions)
The operating Regions for the resource discovery.
|
IpamResourceDiscovery.Builder |
ownerId(String ownerId)
The ID of the owner.
|
IpamResourceDiscovery.Builder |
state(IpamResourceDiscoveryState state)
The lifecycle state of the resource discovery.
|
IpamResourceDiscovery.Builder |
state(String state)
The lifecycle state of the resource discovery.
|
IpamResourceDiscovery.Builder |
tags(Collection<Tag> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
IpamResourceDiscovery.Builder |
tags(Consumer<Tag.Builder>... tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
IpamResourceDiscovery.Builder |
tags(Tag... tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamResourceDiscovery.Builder ownerId(String ownerId)
The ID of the owner.
ownerId - The ID of the owner.IpamResourceDiscovery.Builder ipamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
ipamResourceDiscoveryId - The resource discovery ID.IpamResourceDiscovery.Builder ipamResourceDiscoveryArn(String ipamResourceDiscoveryArn)
The resource discovery Amazon Resource Name (ARN).
ipamResourceDiscoveryArn - The resource discovery Amazon Resource Name (ARN).IpamResourceDiscovery.Builder ipamResourceDiscoveryRegion(String ipamResourceDiscoveryRegion)
The resource discovery Region.
ipamResourceDiscoveryRegion - The resource discovery Region.IpamResourceDiscovery.Builder description(String description)
The resource discovery description.
description - The resource discovery description.IpamResourceDiscovery.Builder operatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
operatingRegions - The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions
where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in
the Amazon Web Services Regions you select as operating Regions.IpamResourceDiscovery.Builder operatingRegions(IpamOperatingRegion... operatingRegions)
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
operatingRegions - The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions
where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in
the Amazon Web Services Regions you select as operating Regions.IpamResourceDiscovery.Builder operatingRegions(Consumer<IpamOperatingRegion.Builder>... operatingRegions)
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
This is a convenience method that creates an instance of theIpamOperatingRegion.Builder avoiding the need to create one
manually via IpamOperatingRegion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #operatingRegions(List.
operatingRegions - a consumer that will call methods on
IpamOperatingRegion.Builder#operatingRegions(java.util.Collection) IpamResourceDiscovery.Builder isDefault(Boolean isDefault)
Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
isDefault - Defines if the resource discovery is the default. The default resource discovery is the resource
discovery automatically created when you create an IPAM.IpamResourceDiscovery.Builder state(String state)
The lifecycle state of the resource discovery.
create-in-progress - Resource discovery is being created.
create-complete - Resource discovery creation is complete.
create-failed - Resource discovery creation has failed.
modify-in-progress - Resource discovery is being modified.
modify-complete - Resource discovery modification is complete.
modify-failed - Resource discovery modification has failed.
delete-in-progress - Resource discovery is being deleted.
delete-complete - Resource discovery deletion is complete.
delete-failed - Resource discovery deletion has failed.
isolate-in-progress - Amazon Web Services account that created the resource discovery has been
removed and the resource discovery is being isolated.
isolate-complete - Resource discovery isolation is complete.
restore-in-progress - Amazon Web Services account that created the resource discovery and was
isolated has been restored.
state - The lifecycle state of the resource discovery.
create-in-progress - Resource discovery is being created.
create-complete - Resource discovery creation is complete.
create-failed - Resource discovery creation has failed.
modify-in-progress - Resource discovery is being modified.
modify-complete - Resource discovery modification is complete.
modify-failed - Resource discovery modification has failed.
delete-in-progress - Resource discovery is being deleted.
delete-complete - Resource discovery deletion is complete.
delete-failed - Resource discovery deletion has failed.
isolate-in-progress - Amazon Web Services account that created the resource discovery has
been removed and the resource discovery is being isolated.
isolate-complete - Resource discovery isolation is complete.
restore-in-progress - Amazon Web Services account that created the resource discovery and
was isolated has been restored.
IpamResourceDiscoveryState,
IpamResourceDiscoveryStateIpamResourceDiscovery.Builder state(IpamResourceDiscoveryState state)
The lifecycle state of the resource discovery.
create-in-progress - Resource discovery is being created.
create-complete - Resource discovery creation is complete.
create-failed - Resource discovery creation has failed.
modify-in-progress - Resource discovery is being modified.
modify-complete - Resource discovery modification is complete.
modify-failed - Resource discovery modification has failed.
delete-in-progress - Resource discovery is being deleted.
delete-complete - Resource discovery deletion is complete.
delete-failed - Resource discovery deletion has failed.
isolate-in-progress - Amazon Web Services account that created the resource discovery has been
removed and the resource discovery is being isolated.
isolate-complete - Resource discovery isolation is complete.
restore-in-progress - Amazon Web Services account that created the resource discovery and was
isolated has been restored.
state - The lifecycle state of the resource discovery.
create-in-progress - Resource discovery is being created.
create-complete - Resource discovery creation is complete.
create-failed - Resource discovery creation has failed.
modify-in-progress - Resource discovery is being modified.
modify-complete - Resource discovery modification is complete.
modify-failed - Resource discovery modification has failed.
delete-in-progress - Resource discovery is being deleted.
delete-complete - Resource discovery deletion is complete.
delete-failed - Resource discovery deletion has failed.
isolate-in-progress - Amazon Web Services account that created the resource discovery has
been removed and the resource discovery is being isolated.
isolate-complete - Resource discovery isolation is complete.
restore-in-progress - Amazon Web Services account that created the resource discovery and
was isolated has been restored.
IpamResourceDiscoveryState,
IpamResourceDiscoveryStateIpamResourceDiscovery.Builder tags(Collection<Tag> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.IpamResourceDiscovery.Builder tags(Tag... tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.IpamResourceDiscovery.Builder tags(Consumer<Tag.Builder>... tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.