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, if any, associated with the feed being queried.association(FeedAssociation association) Information about the resource, if any, associated with the feed being queried.dataEndpoints(String... dataEndpoints) The dataEndpoints of the feed being queried.dataEndpoints(Collection<String> dataEndpoints) The dataEndpoints of the feed being queried.The ID of the feed being queried.The name of the feed being queried.outputs(Collection<GetOutput> outputs) An array of the outputs in the feed being queried.outputs(Consumer<GetOutput.Builder>... outputs) An array of the outputs in the feed being queried.An array of the outputs in the feed being queried.The status of the feed being queried.status(FeedStatus status) The status of the feed being queried.A list of the tags, if any, for the feed being queried.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 being queried.
- Parameters:
name- The name of the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the feed being queried.
- Parameters:
id- The ID of the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
The dataEndpoints of the feed being queried.
- Parameters:
dataEndpoints- The dataEndpoints of the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
The dataEndpoints of the feed being queried.
- Parameters:
dataEndpoints- The dataEndpoints of the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
An array of the outputs in the feed being queried.
- Parameters:
outputs- An array of the outputs in the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
An array of the outputs in the feed being queried.
- Parameters:
outputs- An array of the outputs in the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
An array of the outputs in the feed being queried.
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 being queried.
- Parameters:
status- The status of the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the feed being queried.
- Parameters:
status- The status of the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
association
Information about the resource, if any, associated with the feed being queried.
- Parameters:
association- Information about the resource, if any, associated with the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
association
Information about the resource, if any, associated with the feed being queried.
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 being queried.
- Parameters:
tags- A list of the tags, if any, for the feed being queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-