public interface MetalakeUpdateRequest extends RESTRequest
Modifier and Type | Interface and Description |
---|---|
static class |
MetalakeUpdateRequest.RemoveMetalakePropertyRequest
Represents a request to remove a property from a Metalake.
|
static class |
MetalakeUpdateRequest.RenameMetalakeRequest
Represents a request to rename a Metalake.
|
static class |
MetalakeUpdateRequest.SetMetalakePropertyRequest
Represents a request to set a property on a Metalake.
|
static class |
MetalakeUpdateRequest.UpdateMetalakeCommentRequest
Represents a request to update the comment on a Metalake.
|
Modifier and Type | Method and Description |
---|---|
MetalakeChange |
metalakeChange()
Returns the Metalake change associated with this request.
|
validate
MetalakeChange metalakeChange()