@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ValidateSourceMappingRequest extends com.oracle.bmc.requests.BmcRequest<Void>
Example: Click here to see how to use ValidateSourceMappingRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidateSourceMappingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ValidateSourceMappingRequest.Builder |
builder() |
String |
getFilename()
The name of the file being uploaded.
|
String |
getLogSourceName()
Name of the log source that will be used to process the files 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.
|
public static ValidateSourceMappingRequest.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 getLogSourceName()
Name of the log source that will be used to process the files being uploaded.
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.