Interface CreateIpamResourceDiscoveryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateIpamResourceDiscoveryRequest.Builder,
,CreateIpamResourceDiscoveryRequest> Ec2Request.Builder
,SdkBuilder<CreateIpamResourceDiscoveryRequest.Builder,
,CreateIpamResourceDiscoveryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateIpamResourceDiscoveryRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A client token for the IPAM resource discovery.description
(String description) A description for the IPAM resource discovery.A check for whether you have the required permissions for the action without actually making the request and provides an error response.operatingRegions
(Collection<AddIpamOperatingRegion> operatingRegions) Operating Regions for the IPAM resource discovery.operatingRegions
(Consumer<AddIpamOperatingRegion.Builder>... operatingRegions) Operating Regions for the IPAM resource discovery.operatingRegions
(AddIpamOperatingRegion... operatingRegions) Operating Regions for the IPAM resource discovery.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tagSpecifications
(Collection<TagSpecification> tagSpecifications) Tag specifications for the IPAM resource discovery.tagSpecifications
(Consumer<TagSpecification.Builder>... tagSpecifications) Tag specifications for the IPAM resource discovery.tagSpecifications
(TagSpecification... tagSpecifications) Tag specifications for the IPAM resource discovery.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
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
-
dryRun
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the IPAM resource discovery.
- Parameters:
description
- A description for the IPAM resource discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingRegions
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingRegions
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingRegions
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 viaAddIpamOperatingRegion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooperatingRegions(List<AddIpamOperatingRegion>)
.- Parameters:
operatingRegions
- a consumer that will call methods onAddIpamOperatingRegion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tagSpecifications
CreateIpamResourceDiscoveryRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) Tag specifications for the IPAM resource discovery.
- Parameters:
tagSpecifications
- Tag specifications for the IPAM resource discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
Tag specifications for the IPAM resource discovery.
- Parameters:
tagSpecifications
- Tag specifications for the IPAM resource discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
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 viaTagSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagSpecifications(List<TagSpecification>)
.- Parameters:
tagSpecifications
- a consumer that will call methods onTagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A client token for the IPAM resource discovery.
- Parameters:
clientToken
- A client token for the IPAM resource discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIpamResourceDiscoveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateIpamResourceDiscoveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-