Interface RetrievalFlowNodeServiceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RetrievalFlowNodeServiceConfiguration.Builder,RetrievalFlowNodeServiceConfiguration>,SdkBuilder<RetrievalFlowNodeServiceConfiguration.Builder,RetrievalFlowNodeServiceConfiguration>,SdkPojo
- Enclosing class:
- RetrievalFlowNodeServiceConfiguration
public static interface RetrievalFlowNodeServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<RetrievalFlowNodeServiceConfiguration.Builder,RetrievalFlowNodeServiceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RetrievalFlowNodeServiceConfiguration.Builders3(Consumer<RetrievalFlowNodeS3Configuration.Builder> s3)Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.RetrievalFlowNodeServiceConfiguration.Builders3(RetrievalFlowNodeS3Configuration s3)Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3
RetrievalFlowNodeServiceConfiguration.Builder s3(RetrievalFlowNodeS3Configuration s3)
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
- Parameters:
s3- Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
default RetrievalFlowNodeServiceConfiguration.Builder s3(Consumer<RetrievalFlowNodeS3Configuration.Builder> s3)
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.
This is a convenience method that creates an instance of theRetrievalFlowNodeS3Configuration.Builderavoiding the need to create one manually viaRetrievalFlowNodeS3Configuration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(RetrievalFlowNodeS3Configuration).- Parameters:
s3- a consumer that will call methods onRetrievalFlowNodeS3Configuration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3(RetrievalFlowNodeS3Configuration)
-
-