| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static LastError.Builder |
LastError.builder() |
LastError.Builder |
LastError.Builder.code(String code)
The error code for the VPC endpoint error.
|
LastError.Builder |
LastError.Builder.message(String message)
The error message for the VPC endpoint error.
|
LastError.Builder |
LastError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastError.Builder> |
LastError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VpcEndpoint.Builder |
VpcEndpoint.Builder.lastError(Consumer<LastError.Builder> lastError)
The last error that occurred for endpoint.
|
Copyright © 2023. All rights reserved.