Uses of Interface
software.amazon.awssdk.services.eks.model.ErrorDetail.Builder
-
Packages that use ErrorDetail.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ErrorDetail.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ErrorDetail.Builder Modifier and Type Method Description static ErrorDetail.BuilderErrorDetail. builder()ErrorDetail.BuilderErrorDetail.Builder. errorCode(String errorCode)A brief description of the error.ErrorDetail.BuilderErrorDetail.Builder. errorCode(ErrorCode errorCode)A brief description of the error.ErrorDetail.BuilderErrorDetail.Builder. errorMessage(String errorMessage)A more complete description of the error.ErrorDetail.BuilderErrorDetail.Builder. resourceIds(String... resourceIds)An optional field that contains the resource IDs associated with the error.ErrorDetail.BuilderErrorDetail.Builder. resourceIds(Collection<String> resourceIds)An optional field that contains the resource IDs associated with the error.ErrorDetail.BuilderErrorDetail. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ErrorDetail.Builder Modifier and Type Method Description static Class<? extends ErrorDetail.Builder>ErrorDetail. serializableBuilderClass()
-