Uses of Interface
software.amazon.awssdk.services.ecs.model.Failure.Builder
-
Packages that use Failure.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Failure.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Failure.Builder Modifier and Type Method Description Failure.BuilderFailure.Builder. arn(String arn)The Amazon Resource Name (ARN) of the failed resource.static Failure.BuilderFailure. builder()Failure.BuilderFailure.Builder. detail(String detail)The details of the failure.Failure.BuilderFailure.Builder. reason(String reason)The reason for the failure.Failure.BuilderFailure. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Failure.Builder Modifier and Type Method Description static Class<? extends Failure.Builder>Failure. serializableBuilderClass()
-