Interface ElementalInferenceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ElementalInferenceConfiguration.Builder,,ElementalInferenceConfiguration> SdkBuilder<ElementalInferenceConfiguration.Builder,,ElementalInferenceConfiguration> SdkPojo
- Enclosing class:
ElementalInferenceConfiguration
@Mutable
@NotThreadSafe
public static interface ElementalInferenceConfiguration.Builder
extends SdkPojo, CopyableBuilder<ElementalInferenceConfiguration.Builder,ElementalInferenceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionfeatures(Collection<ElementalInferenceFeature> features) A list of Elemental Inference features used in this job.features(ElementalInferenceFeature... features) A list of Elemental Inference features used in this job.featuresWithStrings(String... features) A list of Elemental Inference features used in this job.featuresWithStrings(Collection<String> features) A list of Elemental Inference features used in this job.feeds(Collection<ElementalInferenceFeed> feeds) A list of Elemental Inference feeds used by this job.feeds(Consumer<ElementalInferenceFeed.Builder>... feeds) A list of Elemental Inference feeds used by this job.feeds(ElementalInferenceFeed... feeds) A list of Elemental Inference feeds used by this job.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
-
featuresWithStrings
A list of Elemental Inference features used in this job.- Parameters:
features- A list of Elemental Inference features used in this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuresWithStrings
A list of Elemental Inference features used in this job.- Parameters:
features- A list of Elemental Inference features used in this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
A list of Elemental Inference features used in this job.- Parameters:
features- A list of Elemental Inference features used in this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
A list of Elemental Inference features used in this job.- Parameters:
features- A list of Elemental Inference features used in this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feeds
A list of Elemental Inference feeds used by this job.- Parameters:
feeds- A list of Elemental Inference feeds used by this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feeds
A list of Elemental Inference feeds used by this job.- Parameters:
feeds- A list of Elemental Inference feeds used by this job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feeds
A list of Elemental Inference feeds used by this job. This is a convenience method that creates an instance of theElementalInferenceFeed.Builderavoiding the need to create one manually viaElementalInferenceFeed.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofeeds(List<ElementalInferenceFeed>).- Parameters:
feeds- a consumer that will call methods onElementalInferenceFeed.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-