Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateRouteTableResponse.Builder
-
Packages that use AssociateRouteTableResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateRouteTableResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateRouteTableResponse.Builder Modifier and Type Method Description AssociateRouteTableResponse.BuilderAssociateRouteTableResponse.Builder. associationId(String associationId)The route table association ID.default AssociateRouteTableResponse.BuilderAssociateRouteTableResponse.Builder. associationState(Consumer<RouteTableAssociationState.Builder> associationState)The state of the association.AssociateRouteTableResponse.BuilderAssociateRouteTableResponse.Builder. associationState(RouteTableAssociationState associationState)The state of the association.static AssociateRouteTableResponse.BuilderAssociateRouteTableResponse. builder()AssociateRouteTableResponse.BuilderAssociateRouteTableResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateRouteTableResponse.Builder Modifier and Type Method Description static Class<? extends AssociateRouteTableResponse.Builder>AssociateRouteTableResponse. serializableBuilderClass()
-