public static interface VpcEndpointErrorDetail.Builder extends SdkPojo, CopyableBuilder<VpcEndpointErrorDetail.Builder,VpcEndpointErrorDetail>
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointErrorDetail.Builder |
errorCode(String errorCode)
The error code for the failed request.
|
VpcEndpointErrorDetail.Builder |
errorMessage(String errorMessage)
An error message describing the reason for the failure.
|
VpcEndpointErrorDetail.Builder |
id(String id)
The unique identifier of the VPC endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpointErrorDetail.Builder errorCode(String errorCode)
The error code for the failed request.
errorCode - The error code for the failed request.VpcEndpointErrorDetail.Builder errorMessage(String errorMessage)
An error message describing the reason for the failure.
errorMessage - An error message describing the reason for the failure.VpcEndpointErrorDetail.Builder id(String id)
The unique identifier of the VPC endpoint.
id - The unique identifier of the VPC endpoint.Copyright © 2023. All rights reserved.