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) True means that the output was originally created in the feed by the AssociateFeed operation.association(FeedAssociation association) True means that the output was originally created in the feed by the AssociateFeed operation.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 output.status(FeedStatus status) The status of the output.The name of the resource currently associated with the feed, if any.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 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:
-
association
True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.
- Parameters:
association- True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
association
True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.
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 name of the resource currently associated with the feed, if any.
- Parameters:
tags- The name of the resource currently associated with the feed, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-