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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReplaceRouteTableAssociationResponse.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 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.Builder
associationState(RouteTableAssociationState)
Copyright © 2021. All rights reserved.