Uses of Interface
software.amazon.awssdk.services.ec2.model.PeeringAttachmentStatus.Builder
-
Packages that use PeeringAttachmentStatus.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PeeringAttachmentStatus.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringAttachmentStatus.Builder Modifier and Type Method Description static PeeringAttachmentStatus.BuilderPeeringAttachmentStatus. builder()PeeringAttachmentStatus.BuilderPeeringAttachmentStatus.Builder. code(String code)The status code.PeeringAttachmentStatus.BuilderPeeringAttachmentStatus.Builder. message(String message)The status message, if applicable.PeeringAttachmentStatus.BuilderPeeringAttachmentStatus. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PeeringAttachmentStatus.Builder Modifier and Type Method Description static Class<? extends PeeringAttachmentStatus.Builder>PeeringAttachmentStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PeeringAttachmentStatus.Builder Modifier and Type Method Description default TransitGatewayPeeringAttachment.BuilderTransitGatewayPeeringAttachment.Builder. status(Consumer<PeeringAttachmentStatus.Builder> status)The status of the transit gateway peering attachment.
-