Uses of Interface
software.amazon.awssdk.services.opensearch.model.VpcEndpointError.Builder
-
Packages that use VpcEndpointError.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of VpcEndpointError.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return VpcEndpointError.Builder Modifier and Type Method Description static VpcEndpointError.BuilderVpcEndpointError. builder()VpcEndpointError.BuilderVpcEndpointError.Builder. errorCode(String errorCode)The code associated with the error.VpcEndpointError.BuilderVpcEndpointError.Builder. errorCode(VpcEndpointErrorCode errorCode)The code associated with the error.VpcEndpointError.BuilderVpcEndpointError.Builder. errorMessage(String errorMessage)A message describing the error.VpcEndpointError.BuilderVpcEndpointError. toBuilder()VpcEndpointError.BuilderVpcEndpointError.Builder. vpcEndpointId(String vpcEndpointId)The unique identifier of the endpoint.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type VpcEndpointError.Builder Modifier and Type Method Description static Class<? extends VpcEndpointError.Builder>VpcEndpointError. serializableBuilderClass()
-