Uses of Interface
software.amazon.awssdk.services.glue.model.SessionCommand.Builder
-
Packages that use SessionCommand.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SessionCommand.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SessionCommand.Builder Modifier and Type Method Description static SessionCommand.BuilderSessionCommand. builder()SessionCommand.BuilderSessionCommand.Builder. name(String name)Specifies the name of the SessionCommand.SessionCommand.BuilderSessionCommand.Builder. pythonVersion(String pythonVersion)Specifies the Python version.SessionCommand.BuilderSessionCommand. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SessionCommand.Builder Modifier and Type Method Description static Class<? extends SessionCommand.Builder>SessionCommand. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SessionCommand.Builder Modifier and Type Method Description default CreateSessionRequest.BuilderCreateSessionRequest.Builder. command(Consumer<SessionCommand.Builder> command)TheSessionCommandthat runs the job.default Session.BuilderSession.Builder. command(Consumer<SessionCommand.Builder> command)The command object.See SessionCommand.
-