Uses of Interface
software.amazon.awssdk.services.ec2.model.LastError.Builder
-
Packages that use LastError.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of LastError.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LastError.Builder Modifier and Type Method Description static LastError.BuilderLastError. builder()LastError.BuilderLastError.Builder. code(String code)The error code for the VPC endpoint error.LastError.BuilderLastError.Builder. message(String message)The error message for the VPC endpoint error.LastError.BuilderLastError. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LastError.Builder Modifier and Type Method Description static Class<? extends LastError.Builder>LastError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LastError.Builder Modifier and Type Method Description default VpcEndpoint.BuilderVpcEndpoint.Builder. lastError(Consumer<LastError.Builder> lastError)The last error that occurred for endpoint.
-