Interface GetFeedResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFeedResponse.Builder,,GetFeedResponse> ElementalInferenceResponse.Builder,SdkBuilder<GetFeedResponse.Builder,,GetFeedResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetFeedResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the feed.default GetFeedResponse.Builderassociation(Consumer<FeedAssociation.Builder> association) Information about the resource that is associated with the feed.association(FeedAssociation association) Information about the resource that is associated with the feed.dataEndpoints(String... dataEndpoints) The dataEndpoints of the feed.dataEndpoints(Collection<String> dataEndpoints) The dataEndpoints of the feed.The ID of the feed.The name of the feed.outputs(Collection<GetOutput> outputs) An array of the outputs in the feed.outputs(Consumer<GetOutput.Builder>... outputs) An array of the outputs in the feed.An array of the outputs in the feed.The status of the feed.status(FeedStatus status) The status of the feed.A list of the tags, if any, for 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 name of the feed.
- Parameters:
name- The 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 dataEndpoints of the feed.
- Parameters:
dataEndpoints- The dataEndpoints of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
The dataEndpoints of the feed.
- Parameters:
dataEndpoints- The dataEndpoints of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
An array of the outputs in the feed.
- Parameters:
outputs- An array of the outputs in the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
An array of the outputs in the feed.
- Parameters:
outputs- An array of the outputs in the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
An array of the outputs in the feed.
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. It's possible that there is no associated resource. This is not an error.
- Parameters:
association- Information about the resource that is associated with the feed. It's possible that there is no associated resource. This is not an error.- 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. It's possible that there is no associated resource. This is not an error.
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
A list of the tags, if any, for the feed.
- Parameters:
tags- A list of the tags, if any, for the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-