@Generated(value="software.amazon.awssdk:codegen") public final class InputFileConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputFileConfig.Builder,InputFileConfig>
A list of parameters that specify the input channels, type of input data, and where it is located.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputFileConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputFileConfig.Builder |
builder() |
String |
channelName()
A named input source that an Amazon Braket job can consume.
|
String |
contentType()
The MIME type of the data.
|
DataSource |
dataSource()
The location of the channel data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputFileConfig.Builder> |
serializableBuilderClass() |
InputFileConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelName()
A named input source that an Amazon Braket job can consume.
public final String contentType()
The MIME type of the data.
public final DataSource dataSource()
The location of the channel data.
public InputFileConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputFileConfig.Builder,InputFileConfig>public static InputFileConfig.Builder builder()
public static Class<? extends InputFileConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.