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