Interface CreateFeedResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateFeedResponse.Builder,,CreateFeedResponse> ElementalInferenceResponse.Builder,SdkBuilder<CreateFeedResponse.Builder,,CreateFeedResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateFeedResponse
-
Method Summary
Modifier and TypeMethodDescriptionA unique ARN that Elemental Inference assigns to the feed.default CreateFeedResponse.Builderassociation(Consumer<FeedAssociation.Builder> association) The association for this feed.association(FeedAssociation association) The association for this feed.dataEndpoints(String... dataEndpoints) A unique ARN that Elemental Inference assigns to the feed.dataEndpoints(Collection<String> dataEndpoints) A unique ARN that Elemental Inference assigns to the feed.A unique ID that Elemental Inference assigns to the feed.The name that you specified.outputs(Collection<GetOutput> outputs) Data endpoints that Elemental Inference assigns to the feed.outputs(Consumer<GetOutput.Builder>... outputs) Data endpoints that Elemental Inference assigns to the feed.Data endpoints that Elemental Inference assigns to the feed.The current status of the feed.status(FeedStatus status) The current status of the feed.Any tags that you included when you created 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
A unique ARN that Elemental Inference assigns to the feed.
- Parameters:
arn- A unique ARN that Elemental Inference assigns to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name that you specified.
- Parameters:
name- The name that you specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
A unique ID that Elemental Inference assigns to the feed.
- Parameters:
id- A unique ID that Elemental Inference assigns to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
A unique ARN that Elemental Inference assigns to the feed.
- Parameters:
dataEndpoints- A unique ARN that Elemental Inference assigns to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndpoints
A unique ARN that Elemental Inference assigns to the feed.
- Parameters:
dataEndpoints- A unique ARN that Elemental Inference assigns to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
Data endpoints that Elemental Inference assigns to the feed.
- Parameters:
outputs- Data endpoints that Elemental Inference assigns to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
Data endpoints that Elemental Inference assigns to the feed.
- Parameters:
outputs- Data endpoints that Elemental Inference assigns to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
Data endpoints that Elemental Inference assigns to 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 current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
- Parameters:
status- The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
- Parameters:
status- The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
association
The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
- Parameters:
association- The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
association
The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
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
Any tags that you included when you created the feed.
- Parameters:
tags- Any tags that you included when you created the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-