public static interface VpcEndpointError.Builder extends SdkPojo, CopyableBuilder<VpcEndpointError.Builder,VpcEndpointError>
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointError.Builder |
errorCode(String errorCode)
The code associated with the error.
|
VpcEndpointError.Builder |
errorCode(VpcEndpointErrorCode errorCode)
The code associated with the error.
|
VpcEndpointError.Builder |
errorMessage(String errorMessage)
A message describing the error.
|
VpcEndpointError.Builder |
vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpointError.Builder vpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
vpcEndpointId - The unique identifier of the endpoint.VpcEndpointError.Builder errorCode(String errorCode)
The code associated with the error.
errorCode - The code associated with the error.VpcEndpointErrorCode,
VpcEndpointErrorCodeVpcEndpointError.Builder errorCode(VpcEndpointErrorCode errorCode)
The code associated with the error.
errorCode - The code associated with the error.VpcEndpointErrorCode,
VpcEndpointErrorCodeVpcEndpointError.Builder errorMessage(String errorMessage)
A message describing the error.
errorMessage - A message describing the error.Copyright © 2022. All rights reserved.