Interface GetIpamRoutingPolicyRegistrationDeltasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpamRoutingPolicyRegistrationDeltasResponse.Builder,,GetIpamRoutingPolicyRegistrationDeltasResponse> Ec2Response.Builder,SdkBuilder<GetIpamRoutingPolicyRegistrationDeltasResponse.Builder,,GetIpamRoutingPolicyRegistrationDeltasResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIpamRoutingPolicyRegistrationDeltasResponse
@Mutable
@NotThreadSafe
public static interface GetIpamRoutingPolicyRegistrationDeltasResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamRoutingPolicyRegistrationDeltasResponse.Builder,GetIpamRoutingPolicyRegistrationDeltasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamRoutingPolicyRegistrationDeltas(Collection<IpamRoutingPolicyRegistrationDelta> ipamRoutingPolicyRegistrationDeltas) The routing policy registration deltas.ipamRoutingPolicyRegistrationDeltas(Consumer<IpamRoutingPolicyRegistrationDelta.Builder>... ipamRoutingPolicyRegistrationDeltas) The routing policy registration deltas.ipamRoutingPolicyRegistrationDeltas(IpamRoutingPolicyRegistrationDelta... ipamRoutingPolicyRegistrationDeltas) The routing policy registration deltas.The token to use to retrieve the next page of results.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
-
ipamRoutingPolicyRegistrationDeltas
GetIpamRoutingPolicyRegistrationDeltasResponse.Builder ipamRoutingPolicyRegistrationDeltas(Collection<IpamRoutingPolicyRegistrationDelta> ipamRoutingPolicyRegistrationDeltas) The routing policy registration deltas.
- Parameters:
ipamRoutingPolicyRegistrationDeltas- The routing policy registration deltas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamRoutingPolicyRegistrationDeltas
GetIpamRoutingPolicyRegistrationDeltasResponse.Builder ipamRoutingPolicyRegistrationDeltas(IpamRoutingPolicyRegistrationDelta... ipamRoutingPolicyRegistrationDeltas) The routing policy registration deltas.
- Parameters:
ipamRoutingPolicyRegistrationDeltas- The routing policy registration deltas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamRoutingPolicyRegistrationDeltas
GetIpamRoutingPolicyRegistrationDeltasResponse.Builder ipamRoutingPolicyRegistrationDeltas(Consumer<IpamRoutingPolicyRegistrationDelta.Builder>... ipamRoutingPolicyRegistrationDeltas) The routing policy registration deltas.
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 toipamRoutingPolicyRegistrationDeltas(List<IpamRoutingPolicyRegistrationDelta>).- Parameters:
ipamRoutingPolicyRegistrationDeltas- 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:
-
nextToken
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-