@Generated(value="software.amazon.awssdk:codegen") public final class FileBatchJobIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileBatchJobIdentifier.Builder,FileBatchJobIdentifier>
A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileBatchJobIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileBatchJobIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The file name for the batch job identifier.
|
String |
folderPath()
The relative path to the file name for the batch job identifier.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileBatchJobIdentifier.Builder> |
serializableBuilderClass() |
FileBatchJobIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileName()
The file name for the batch job identifier.
public final String folderPath()
The relative path to the file name for the batch job identifier.
public FileBatchJobIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileBatchJobIdentifier.Builder,FileBatchJobIdentifier>public static FileBatchJobIdentifier.Builder builder()
public static Class<? extends FileBatchJobIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.