Interface CreateIpamInternetRegistryAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateIpamInternetRegistryAssociationRequest.Builder,,CreateIpamInternetRegistryAssociationRequest> Ec2Request.Builder,SdkBuilder<CreateIpamInternetRegistryAssociationRequest.Builder,,CreateIpamInternetRegistryAssociationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateIpamInternetRegistryAssociationRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier to ensure that the operation completes no more than one time.description(String description) A description for the internet registry association.Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.The ID of the IPAM to associate with the internet registry.organizationHandle(String organizationHandle) The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Regional Internet Registry to associate with.The Regional Internet Registry to associate with.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the internet registry association.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the internet registry association.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the internet registry association.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dryRun
Checks whether you have the required permissions for the operation, 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- Checks whether you have the required permissions for the operation, 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.
-
ipamId
The ID of the IPAM to associate with the internet registry.
- Parameters:
ipamId- The ID of the IPAM to associate with the internet registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rir
The Regional Internet Registry to associate with. Possible values:
-
ripe- RIPE NCC (Europe, the Middle East, and Central Asia). -
apnic- APNIC (Asia Pacific). -
arin- ARIN (North America). -
lacnic- LACNIC (Latin America and the Caribbean).
- Parameters:
rir- The Regional Internet Registry to associate with. Possible values:-
ripe- RIPE NCC (Europe, the Middle East, and Central Asia). -
apnic- APNIC (Asia Pacific). -
arin- ARIN (North America). -
lacnic- LACNIC (Latin America and the Caribbean).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
rir
The Regional Internet Registry to associate with. Possible values:
-
ripe- RIPE NCC (Europe, the Middle East, and Central Asia). -
apnic- APNIC (Asia Pacific). -
arin- ARIN (North America). -
lacnic- LACNIC (Latin America and the Caribbean).
- Parameters:
rir- The Regional Internet Registry to associate with. Possible values:-
ripe- RIPE NCC (Europe, the Middle East, and Central Asia). -
apnic- APNIC (Asia Pacific). -
arin- ARIN (North America). -
lacnic- LACNIC (Latin America and the Caribbean).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
organizationHandle
The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).
- Parameters:
organizationHandle- The organization handle at the internet registry (for example, a RIPE NCC organization ID or ARIN Org ID).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the internet registry association.
- Parameters:
description- A description for the internet registry association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateIpamInternetRegistryAssociationRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the internet registry association.
- Parameters:
tagSpecifications- The tags to assign to the internet registry association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateIpamInternetRegistryAssociationRequest.Builder tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the internet registry association.
- Parameters:
tagSpecifications- The tags to assign to the internet registry association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateIpamInternetRegistryAssociationRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the internet registry association.
This is a convenience method that creates an instance of theTagSpecification.Builderavoiding the need to create one manually viaTagSpecification.builder().When the
Consumercompletes,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 unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIpamInternetRegistryAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateIpamInternetRegistryAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-