Class InputChannel
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.InputChannel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputChannel.Builder,InputChannel>
@Generated("software.amazon.awssdk:codegen") public final class InputChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputChannel.Builder,InputChannel>
Provides information about the data source that is used to create an ML input channel.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputChannel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputChannel.Builderbuilder()InputChannelDataSourcedataSource()The data source that is used to create the ML input channel.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSourcefield the input channel.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InputChannel.Builder>serializableBuilderClass()InputChannel.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataSource
public final InputChannelDataSource dataSource()
The data source that is used to create the ML input channel.
- Returns:
- The data source that is used to create the ML input channel.
-
roleArn
public final String roleArn()
The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the
dataSourcefield the input channel.Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an
AccessDeniedExceptionerror.- Returns:
- The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the
dataSourcefield the input channel.Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an
AccessDeniedExceptionerror.
-
toBuilder
public InputChannel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputChannel.Builder,InputChannel>
-
builder
public static InputChannel.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputChannel.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-