Uses of Interface
software.amazon.awssdk.services.billingconductor.model.Attribute.Builder
-
Packages that use Attribute.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of Attribute.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return Attribute.Builder Modifier and Type Method Description static Attribute.BuilderAttribute. builder()Attribute.BuilderAttribute.Builder. key(String key)The key in a key-value pair that describes the margin summary.Attribute.BuilderAttribute. toBuilder()Attribute.BuilderAttribute.Builder. value(String value)The value in a key-value pair that describes the margin summary.Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type Attribute.Builder Modifier and Type Method Description static Class<? extends Attribute.Builder>Attribute. serializableBuilderClass()
-