Uses of Interface
software.amazon.awssdk.services.batch.model.ShareAttributes.Builder
-
Packages that use ShareAttributes.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ShareAttributes.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ShareAttributes.Builder Modifier and Type Method Description static ShareAttributes.BuilderShareAttributes. builder()ShareAttributes.BuilderShareAttributes.Builder. shareIdentifier(String shareIdentifier)A fair share identifier or fair share identifier prefix.ShareAttributes.BuilderShareAttributes. toBuilder()ShareAttributes.BuilderShareAttributes.Builder. weightFactor(Float weightFactor)The weight factor for the fair share identifier.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ShareAttributes.Builder Modifier and Type Method Description static Class<? extends ShareAttributes.Builder>ShareAttributes. serializableBuilderClass()
-