public class CloudDeriveJobOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CloudDeriveJobOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
cosAccessKey()
Gets the cosAccessKey.
|
String |
cosBucket()
Gets the cosBucket.
|
String |
cosEndpoint()
Gets the cosEndpoint.
|
String |
cosSecretKey()
Gets the cosSecretKey.
|
String |
crn()
Gets the crn.
|
String |
csvColumn()
Gets the csvColumn.
|
String |
csvFile()
Gets the csvFile.
|
CloudDeriveJobOptions.Builder |
newBuilder()
New builder.
|
String |
recordType()
Gets the recordType.
|
public CloudDeriveJobOptions.Builder newBuilder()
public String crn()
public String recordType()
public String csvFile()
public String csvColumn()
public String cosEndpoint()
public String cosBucket()
public String cosAccessKey()
public String cosSecretKey()
Copyright © 2021 IBM Cloud. All rights reserved.