Interface UpdateFeedRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFeedRequest.Builder,,UpdateFeedRequest> ElementalInferenceRequest.Builder,SdkBuilder<UpdateFeedRequest.Builder,,UpdateFeedRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateFeedRequest
@Mutable
@NotThreadSafe
public static interface UpdateFeedRequest.Builder
extends ElementalInferenceRequest.Builder, SdkPojo, CopyableBuilder<UpdateFeedRequest.Builder,UpdateFeedRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the feed to update.Required.outputs(Collection<UpdateOutput> outputs) Required.outputs(Consumer<UpdateOutput.Builder>... outputs) Required.outputs(UpdateOutput... outputs) Required.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceRequest.Builder
buildMethods 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
Required. You can specify the existing name (to leave it unchanged) or a new name.
- Parameters:
name- Required. You can specify the existing name (to leave it unchanged) or a new name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the feed to update.
- Parameters:
id- The ID of the feed to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.
- Parameters:
outputs- Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.
- Parameters:
outputs- Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.
This is a convenience method that creates an instance of theUpdateOutput.Builderavoiding the need to create one manually viaUpdateOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputs(List<UpdateOutput>).- Parameters:
outputs- a consumer that will call methods onUpdateOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateFeedRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateFeedRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-