Uses of Interface
software.amazon.awssdk.services.ecs.model.Attribute.Builder
-
Packages that use Attribute.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Attribute.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Attribute.Builder Modifier and Type Method Description static Attribute.BuilderAttribute. builder()Attribute.BuilderAttribute.Builder. name(String name)The name of the attribute.Attribute.BuilderAttribute.Builder. targetId(String targetId)The ID of the target.Attribute.BuilderAttribute.Builder. targetType(String targetType)The type of the target to attach the attribute with.Attribute.BuilderAttribute.Builder. targetType(TargetType targetType)The type of the target to attach the attribute with.Attribute.BuilderAttribute. toBuilder()Attribute.BuilderAttribute.Builder. value(String value)The value of the attribute.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Attribute.Builder Modifier and Type Method Description static Class<? extends Attribute.Builder>Attribute. serializableBuilderClass()
-