Interface DeleteIpamRoutingPolicyRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteIpamRoutingPolicyRegistrationResponse.Builder,,DeleteIpamRoutingPolicyRegistrationResponse> Ec2Response.Builder,SdkBuilder<DeleteIpamRoutingPolicyRegistrationResponse.Builder,,DeleteIpamRoutingPolicyRegistrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteIpamRoutingPolicyRegistrationResponse
@Mutable
@NotThreadSafe
public static interface DeleteIpamRoutingPolicyRegistrationResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteIpamRoutingPolicyRegistrationResponse.Builder,DeleteIpamRoutingPolicyRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamRoutingPolicyRegistrationDelta(Consumer<IpamRoutingPolicyRegistrationDelta.Builder> ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this deletion.ipamRoutingPolicyRegistrationDelta(IpamRoutingPolicyRegistrationDelta ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this deletion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ipamRoutingPolicyRegistrationDelta
DeleteIpamRoutingPolicyRegistrationResponse.Builder ipamRoutingPolicyRegistrationDelta(IpamRoutingPolicyRegistrationDelta ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this deletion.
- Parameters:
ipamRoutingPolicyRegistrationDelta- Information about the routing policy registration delta created by this deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamRoutingPolicyRegistrationDelta
default DeleteIpamRoutingPolicyRegistrationResponse.Builder ipamRoutingPolicyRegistrationDelta(Consumer<IpamRoutingPolicyRegistrationDelta.Builder> ipamRoutingPolicyRegistrationDelta) Information about the routing policy registration delta created by this deletion.
This is a convenience method that creates an instance of theIpamRoutingPolicyRegistrationDelta.Builderavoiding the need to create one manually viaIpamRoutingPolicyRegistrationDelta.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamRoutingPolicyRegistrationDelta(IpamRoutingPolicyRegistrationDelta).- Parameters:
ipamRoutingPolicyRegistrationDelta- a consumer that will call methods onIpamRoutingPolicyRegistrationDelta.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-