Interface VpcEndpointErrorDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcEndpointErrorDetail.Builder,VpcEndpointErrorDetail>,SdkBuilder<VpcEndpointErrorDetail.Builder,VpcEndpointErrorDetail>,SdkPojo
- Enclosing class:
- VpcEndpointErrorDetail
public static interface VpcEndpointErrorDetail.Builder extends SdkPojo, CopyableBuilder<VpcEndpointErrorDetail.Builder,VpcEndpointErrorDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcEndpointErrorDetail.BuildererrorCode(String errorCode)The error code for the failed request.VpcEndpointErrorDetail.BuildererrorMessage(String errorMessage)An error message describing the reason for the failure.VpcEndpointErrorDetail.Builderid(String id)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 Detail
-
errorCode
VpcEndpointErrorDetail.Builder errorCode(String 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.
-
errorMessage
VpcEndpointErrorDetail.Builder errorMessage(String 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.
-
id
VpcEndpointErrorDetail.Builder id(String 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.
-
-