@Generated(value="software.amazon.awssdk:codegen") public final class CreateBulkImportJobRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<CreateBulkImportJobRequest.Builder,CreateBulkImportJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBulkImportJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateBulkImportJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorReportLocation |
errorReportLocation()
The Amazon S3 destination where errors associated with the job creation request are saved.
|
List<File> |
files()
The files in the specified Amazon S3 bucket that contain your data.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFiles()
For responses, this returns true if the service returned a value for the Files property.
|
int |
hashCode() |
JobConfiguration |
jobConfiguration()
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
String |
jobName()
The unique name that helps identify the job request.
|
String |
jobRoleArn()
The ARN of the IAM role
that allows IoT SiteWise to read Amazon S3 data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBulkImportJobRequest.Builder> |
serializableBuilderClass() |
CreateBulkImportJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The unique name that helps identify the job request.
public final String jobRoleArn()
The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.
public final boolean hasFiles()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<File> files()
The files in the specified Amazon S3 bucket that contain your data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFiles() method.
public final ErrorReportLocation errorReportLocation()
The Amazon S3 destination where errors associated with the job creation request are saved.
public final JobConfiguration jobConfiguration()
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
public CreateBulkImportJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBulkImportJobRequest.Builder,CreateBulkImportJobRequest>toBuilder in class IoTSiteWiseRequestpublic static CreateBulkImportJobRequest.Builder builder()
public static Class<? extends CreateBulkImportJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.