public static interface ReplaceRouteTableAssociationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ReplaceRouteTableAssociationResponse.Builder,ReplaceRouteTableAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
default ReplaceRouteTableAssociationResponse.Builder |
associationState(Consumer<RouteTableAssociationState.Builder> associationState)
The state of the association.
|
ReplaceRouteTableAssociationResponse.Builder |
associationState(RouteTableAssociationState associationState)
The state of the association.
|
ReplaceRouteTableAssociationResponse.Builder |
newAssociationId(String newAssociationId)
The ID of the new association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplaceRouteTableAssociationResponse.Builder newAssociationId(String newAssociationId)
The ID of the new association.
newAssociationId - The ID of the new association.ReplaceRouteTableAssociationResponse.Builder associationState(RouteTableAssociationState associationState)
The state of the association.
associationState - The state of the association.default ReplaceRouteTableAssociationResponse.Builder associationState(Consumer<RouteTableAssociationState.Builder> associationState)
The state of the association.
This is a convenience method that creates an instance of theRouteTableAssociationState.Builder
avoiding the need to create one manually via RouteTableAssociationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to associationState(RouteTableAssociationState).
associationState - a consumer that will call methods on RouteTableAssociationState.BuilderassociationState(RouteTableAssociationState)Copyright © 2023. All rights reserved.