Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.PolicyAttribute.Builder
-
Packages that use PolicyAttribute.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of PolicyAttribute.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return PolicyAttribute.Builder Modifier and Type Method Description PolicyAttribute.BuilderPolicyAttribute.Builder. attributeName(String attributeName)The name of the attribute.PolicyAttribute.BuilderPolicyAttribute.Builder. attributeValue(String attributeValue)The value of the attribute.static PolicyAttribute.BuilderPolicyAttribute. builder()PolicyAttribute.BuilderPolicyAttribute. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type PolicyAttribute.Builder Modifier and Type Method Description static Class<? extends PolicyAttribute.Builder>PolicyAttribute. serializableBuilderClass()
-