public static interface CreateIpamResourceDiscoveryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateIpamResourceDiscoveryRequest.Builder,CreateIpamResourceDiscoveryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpamResourceDiscoveryRequest.Builder description(String description)
A description for the IPAM resource discovery.
description - A description for the IPAM resource discovery.CreateIpamResourceDiscoveryRequest.Builder operatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
Operating Regions for the IPAM 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 - Operating Regions for the IPAM 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.CreateIpamResourceDiscoveryRequest.Builder operatingRegions(AddIpamOperatingRegion... operatingRegions)
Operating Regions for the IPAM 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 - Operating Regions for the IPAM 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.CreateIpamResourceDiscoveryRequest.Builder operatingRegions(Consumer<AddIpamOperatingRegion.Builder>... operatingRegions)
Operating Regions for the IPAM 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 theAddIpamOperatingRegion.Builder avoiding the need to create
one manually via AddIpamOperatingRegion.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
AddIpamOperatingRegion.Builder#operatingRegions(java.util.Collection) CreateIpamResourceDiscoveryRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
Tag specifications for the IPAM resource discovery.
tagSpecifications - Tag specifications for the IPAM resource discovery.CreateIpamResourceDiscoveryRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
Tag specifications for the IPAM resource discovery.
tagSpecifications - Tag specifications for the IPAM resource discovery.CreateIpamResourceDiscoveryRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
Tag specifications for the IPAM resource discovery.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateIpamResourceDiscoveryRequest.Builder clientToken(String clientToken)
A client token for the IPAM resource discovery.
clientToken - A client token for the IPAM resource discovery.CreateIpamResourceDiscoveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpamResourceDiscoveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.