Uses of Interface
software.amazon.awssdk.services.m2.model.AlternateKey.Builder
-
Packages that use AlternateKey.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of AlternateKey.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return AlternateKey.Builder Modifier and Type Method Description AlternateKey.BuilderAlternateKey.Builder. allowDuplicates(Boolean allowDuplicates)Indicates whether the alternate key values are supposed to be unique for the given data set.static AlternateKey.BuilderAlternateKey. builder()AlternateKey.BuilderAlternateKey.Builder. length(Integer length)A strictly positive integer value representing the length of the alternate key.AlternateKey.BuilderAlternateKey.Builder. name(String name)The name of the alternate key.AlternateKey.BuilderAlternateKey.Builder. offset(Integer offset)A positive integer value representing the offset to mark the start of the alternate key part in the record byte array.AlternateKey.BuilderAlternateKey. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type AlternateKey.Builder Modifier and Type Method Description static Class<? extends AlternateKey.Builder>AlternateKey. serializableBuilderClass()
-