Interface UpdateFeedResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFeedResponse.Builder,,UpdateFeedResponse> ElementalInferenceResponse.Builder,SdkBuilder<UpdateFeedResponse.Builder,,UpdateFeedResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateFeedResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the feed.default UpdateFeedResponse.Builderassociation(Consumer<FeedAssociation.Builder> association) Information about the resource that is associated with the feed, if any.association(FeedAssociation association) Information about the resource that is associated with the feed, if any.dataEndpoints(String... dataEndpoints) The data endpoints of the feed.dataEndpoints(Collection<String> dataEndpoints) The data endpoints of the feed.The ID of the feed.The updated or original name of the feed.outputs(Collection<GetOutput> outputs) The array of outputs in the feed.outputs(Consumer<GetOutput.Builder>... outputs) The array of outputs in the feed.The array of outputs in the feed.The status of the feed.status(FeedStatus status) The status of the feed.The tags associated with the feed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the feed.
- Parameters:
arn- The ARN of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The updated or original name of the feed.
- Parameters:
name- The updated or original name of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the feed.
- Parameters:
id- The ID of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
The data endpoints of the feed.
- Parameters:
dataEndpoints- The data endpoints of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
The data endpoints of the feed.
- Parameters:
dataEndpoints- The data endpoints of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.
- Parameters:
outputs- The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.
- Parameters:
outputs- The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.
This is a convenience method that creates an instance of theGetOutput.Builderavoiding the need to create one manually viaGetOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputs(List<GetOutput>).- Parameters:
outputs- a consumer that will call methods onGetOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the feed.
- Parameters:
status- The status of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the feed.
- Parameters:
status- The status of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
association
Information about the resource that is associated with the feed, if any.
- Parameters:
association- Information about the resource that is associated with the feed, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
association
Information about the resource that is associated with the feed, if any.
This is a convenience method that creates an instance of theFeedAssociation.Builderavoiding the need to create one manually viaFeedAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociation(FeedAssociation).- Parameters:
association- a consumer that will call methods onFeedAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags associated with the feed.
- Parameters:
tags- The tags associated with the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-