Interface InferenceSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceSettings.Builder,,InferenceSettings> SdkBuilder<InferenceSettings.Builder,,InferenceSettings> SdkPojo
- Enclosing class:
InferenceSettings
@Mutable
@NotThreadSafe
public static interface InferenceSettings.Builder
extends SdkPojo, CopyableBuilder<InferenceSettings.Builder,InferenceSettings>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the feed resource that is associated with this channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
feedArn
The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.- Parameters:
feedArn- The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-