Uses of Interface
software.amazon.awssdk.services.pinpoint.model.AttributeDimension.Builder
-
Packages that use AttributeDimension.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of AttributeDimension.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return AttributeDimension.Builder Modifier and Type Method Description AttributeDimension.BuilderAttributeDimension.Builder. attributeType(String attributeType)The type of segment dimension to use.AttributeDimension.BuilderAttributeDimension.Builder. attributeType(AttributeType attributeType)The type of segment dimension to use.static AttributeDimension.BuilderAttributeDimension. builder()AttributeDimension.BuilderAttributeDimension. toBuilder()AttributeDimension.BuilderAttributeDimension.Builder. values(String... values)The criteria values to use for the segment dimension.AttributeDimension.BuilderAttributeDimension.Builder. values(Collection<String> values)The criteria values to use for the segment dimension.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type AttributeDimension.Builder Modifier and Type Method Description static Class<? extends AttributeDimension.Builder>AttributeDimension. serializableBuilderClass()
-