Interface UpdateOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateOutput.Builder,,UpdateOutput> SdkBuilder<UpdateOutput.Builder,,UpdateOutput> SdkPojo
- Enclosing class:
UpdateOutput
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the output.fromAssociation(Boolean fromAssociation) Elemental Inference originally sets this parameter to True if this output was created by AssociateFeed or to False if this output was created by CreateFeed or UpdateFeed.The name of the output.default UpdateOutput.BuilderoutputConfig(Consumer<OutputConfig.Builder> outputConfig) A typed property for an output in a feed.outputConfig(OutputConfig outputConfig) A typed property for an output in a feed.The status of the output.status(OutputStatus status) The status of the output.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
-
name
The name of the output.
- Parameters:
name- The name of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
A typed property for an output in a feed. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
- Parameters:
outputConfig- A typed property for an output in a feed. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfig
A typed property for an output in a feed. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
This is a convenience method that creates an instance of theOutputConfig.Builderavoiding the need to create one manually viaOutputConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfig(OutputConfig).- Parameters:
outputConfig- a consumer that will call methods onOutputConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the output.
- Parameters:
status- The status of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the output.
- Parameters:
status- The status of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the output.
- Parameters:
description- A description of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fromAssociation
Elemental Inference originally sets this parameter to True if this output was created by AssociateFeed or to False if this output was created by CreateFeed or UpdateFeed.
You must not change this value. Therefore, use GetFeed to determine the current value. Then in the UpdateFeed request, if the current value is True, include this parameter with a value of True. If it's False, omit the parameter.
- Parameters:
fromAssociation- Elemental Inference originally sets this parameter to True if this output was created by AssociateFeed or to False if this output was created by CreateFeed or UpdateFeed.You must not change this value. Therefore, use GetFeed to determine the current value. Then in the UpdateFeed request, if the current value is True, include this parameter with a value of True. If it's False, omit the parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-