Uses of Interface
software.amazon.awssdk.services.batch.model.KeyValuePair.Builder
-
Packages that use KeyValuePair.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of KeyValuePair.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return KeyValuePair.Builder Modifier and Type Method Description static KeyValuePair.BuilderKeyValuePair. builder()KeyValuePair.BuilderKeyValuePair.Builder. name(String name)The name of the key-value pair.KeyValuePair.BuilderKeyValuePair. toBuilder()KeyValuePair.BuilderKeyValuePair.Builder. value(String value)The value of the key-value pair.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type KeyValuePair.Builder Modifier and Type Method Description static Class<? extends KeyValuePair.Builder>KeyValuePair. serializableBuilderClass()
-