Interface VpcEndpointError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcEndpointError.Builder,
,VpcEndpointError> SdkBuilder<VpcEndpointError.Builder,
,VpcEndpointError> SdkPojo
- Enclosing class:
VpcEndpointError
public static interface VpcEndpointError.Builder
extends SdkPojo, CopyableBuilder<VpcEndpointError.Builder,VpcEndpointError>
-
Method Summary
Modifier and TypeMethodDescriptionThe code associated with the error.errorCode
(VpcEndpointErrorCode errorCode) The code associated with the error.errorMessage
(String errorMessage) A message describing the error.vpcEndpointId
(String vpcEndpointId) The unique identifier of the endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
vpcEndpointId
The unique identifier of the endpoint.
- Parameters:
vpcEndpointId
- The unique identifier of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The code associated with the error.
- Parameters:
errorCode
- The code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The code associated with the error.
- Parameters:
errorCode
- The code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
A message describing the error.
- Parameters:
errorMessage
- A message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-