Class UpdatePrestoEngineOptions.Builder

  • Enclosing class:
    UpdatePrestoEngineOptions

    public static class UpdatePrestoEngineOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String engineId,
                       java.util.Map<java.lang.String,​java.lang.Object> body)
        Instantiates a new builder with required properties.
        Parameters:
        engineId - the engineId
        body - the body
    • Method Detail

      • build

        public UpdatePrestoEngineOptions build()
        Builds a UpdatePrestoEngineOptions.
        Returns:
        the new UpdatePrestoEngineOptions instance
      • engineId

        public UpdatePrestoEngineOptions.Builder engineId​(java.lang.String engineId)
        Set the engineId.
        Parameters:
        engineId - the engineId
        Returns:
        the UpdatePrestoEngineOptions builder
      • body

        public UpdatePrestoEngineOptions.Builder body​(java.util.Map<java.lang.String,​java.lang.Object> body)
        Set the body.
        Parameters:
        body - the body
        Returns:
        the UpdatePrestoEngineOptions builder
      • authInstanceId

        public UpdatePrestoEngineOptions.Builder authInstanceId​(java.lang.String authInstanceId)
        Set the authInstanceId.
        Parameters:
        authInstanceId - the authInstanceId
        Returns:
        the UpdatePrestoEngineOptions builder