Uses of Interface
software.amazon.awssdk.services.connect.model.Attribute.Builder
-
Packages that use Attribute.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Attribute.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Attribute.Builder Modifier and Type Method Description Attribute.BuilderAttribute.Builder. attributeType(String attributeType)The type of attribute.Attribute.BuilderAttribute.Builder. attributeType(InstanceAttributeType attributeType)The type of attribute.static Attribute.BuilderAttribute. builder()Attribute.BuilderAttribute. toBuilder()Attribute.BuilderAttribute.Builder. value(String value)The value of the attribute.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Attribute.Builder Modifier and Type Method Description static Class<? extends Attribute.Builder>Attribute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Attribute.Builder Modifier and Type Method Description default DescribeInstanceAttributeResponse.BuilderDescribeInstanceAttributeResponse.Builder. attribute(Consumer<Attribute.Builder> attribute)The type of attribute.
-