Interface VpcEndpointErrorDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcEndpointErrorDetail.Builder,
,VpcEndpointErrorDetail> SdkBuilder<VpcEndpointErrorDetail.Builder,
,VpcEndpointErrorDetail> SdkPojo
- Enclosing class:
VpcEndpointErrorDetail
@Mutable
@NotThreadSafe
public static interface VpcEndpointErrorDetail.Builder
extends SdkPojo, CopyableBuilder<VpcEndpointErrorDetail.Builder,VpcEndpointErrorDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the failed request.errorMessage
(String errorMessage) An error message describing the reason for the failure.The unique identifier of the VPC 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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the VPC endpoint.
- Parameters:
id
- The unique identifier of the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
An error message describing the reason for the failure.
- Parameters:
errorMessage
- An error message describing the reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code for the failed request.
- Parameters:
errorCode
- The error code for the failed request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-