Uses of Interface
software.amazon.awssdk.services.redshift.model.AccountAttribute.Builder
-
Packages that use AccountAttribute.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AccountAttribute.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return AccountAttribute.Builder Modifier and Type Method Description AccountAttribute.BuilderAccountAttribute.Builder. attributeName(String attributeName)The name of the attribute.AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(Collection<AttributeValueTarget> attributeValues)A list of attribute values.AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(Consumer<AttributeValueTarget.Builder>... attributeValues)A list of attribute values.AccountAttribute.BuilderAccountAttribute.Builder. attributeValues(AttributeValueTarget... attributeValues)A list of attribute values.static AccountAttribute.BuilderAccountAttribute. builder()AccountAttribute.BuilderAccountAttribute. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AccountAttribute.Builder Modifier and Type Method Description static Class<? extends AccountAttribute.Builder>AccountAttribute. serializableBuilderClass()
-