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