public static interface DescribeServiceErrorsResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeServiceErrorsResponse.Builder,DescribeServiceErrorsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeServiceErrorsResponse.Builder |
serviceErrors(Collection<ServiceError> serviceErrors)
An array of
ServiceError objects that describe the specified service errors. |
DescribeServiceErrorsResponse.Builder |
serviceErrors(ServiceError... serviceErrors)
An array of
ServiceError objects that describe the specified service errors. |
build
copy
apply, build
DescribeServiceErrorsResponse.Builder serviceErrors(Collection<ServiceError> serviceErrors)
An array of ServiceError
objects that describe the specified service errors.
serviceErrors
- An array of ServiceError
objects that describe the specified service errors.DescribeServiceErrorsResponse.Builder serviceErrors(ServiceError... serviceErrors)
An array of ServiceError
objects that describe the specified service errors.
serviceErrors
- An array of ServiceError
objects that describe the specified service errors.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.