Interface EnableIpamInternetRegistryAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<EnableIpamInternetRegistryAssociationRequest.Builder,,EnableIpamInternetRegistryAssociationRequest> Ec2Request.Builder,SdkBuilder<EnableIpamInternetRegistryAssociationRequest.Builder,,EnableIpamInternetRegistryAssociationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
EnableIpamInternetRegistryAssociationRequest
-
Method Summary
Modifier and TypeMethodDescriptionchildHandle(String childHandle) The child handle for the BPKI certificate hierarchy from the Parent Response XML.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the operation completes no more than one time.Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.ipamInternetRegistryAssociationId(String ipamInternetRegistryAssociationId) The ID of the IPAM internet registry association to enable.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parentBpkiTa(String parentBpkiTa) The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.parentHandle(String parentHandle) The parent handle for the BPKI certificate hierarchy from the Parent Response XML.rpkiVersion(String rpkiVersion) The RPKI version to use from the Parent Response XML.serviceUri(String serviceUri) The RPKI service URI for the publication point from the Parent Response XML.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.
-
ipamInternetRegistryAssociationId
EnableIpamInternetRegistryAssociationRequest.Builder ipamInternetRegistryAssociationId(String ipamInternetRegistryAssociationId) The ID of the IPAM internet registry association to enable.
- Parameters:
ipamInternetRegistryAssociationId- The ID of the IPAM internet registry association to enable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rpkiVersion
The RPKI version to use from the Parent Response XML.
- Parameters:
rpkiVersion- The RPKI version to use from the Parent Response XML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUri
The RPKI service URI for the publication point from the Parent Response XML.
- Parameters:
serviceUri- The RPKI service URI for the publication point from the Parent Response XML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childHandle
The child handle for the BPKI certificate hierarchy from the Parent Response XML.
- Parameters:
childHandle- The child handle for the BPKI certificate hierarchy from the Parent Response XML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentHandle
The parent handle for the BPKI certificate hierarchy from the Parent Response XML.
- Parameters:
parentHandle- The parent handle for the BPKI certificate hierarchy from the Parent Response XML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentBpkiTa
The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.
- Parameters:
parentBpkiTa- The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
EnableIpamInternetRegistryAssociationRequest.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
EnableIpamInternetRegistryAssociationRequest.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.
-