@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ValidateFileRequest extends BmcRequest<Void>
Example: Click here to see how to use ValidateFileRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ValidateFileRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ValidateFileRequest.Builder |
builder() |
String |
getFilename()
The name of the file being uploaded.
|
String |
getNamespaceName()
The Logging Analytics namespace used for the request.
|
String |
getObjectLocation()
Location of the log file.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ValidateFileRequest.Builder builder()
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public String getObjectLocation()
Location of the log file.
public String getFilename()
The name of the file being uploaded. The extension of the filename part will be used to detect the type of file (like zip, tar).
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.