Interface TrainedModelExportOutputConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrainedModelExportOutputConfiguration.Builder,
,TrainedModelExportOutputConfiguration> SdkBuilder<TrainedModelExportOutputConfiguration.Builder,
,TrainedModelExportOutputConfiguration> SdkPojo
- Enclosing class:
TrainedModelExportOutputConfiguration
@Mutable
@NotThreadSafe
public static interface TrainedModelExportOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<TrainedModelExportOutputConfiguration.Builder,TrainedModelExportOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe members that will received the exported trained model output.members
(Consumer<TrainedModelExportReceiverMember.Builder>... members) The members that will received the exported trained model output.members
(TrainedModelExportReceiverMember... members) The members that will received the exported trained model output.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, sdkFieldNameToField, sdkFields
-
Method Details
-
members
TrainedModelExportOutputConfiguration.Builder members(Collection<TrainedModelExportReceiverMember> members) The members that will received the exported trained model output.
- Parameters:
members
- The members that will received the exported trained model output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
members
The members that will received the exported trained model output.
- Parameters:
members
- The members that will received the exported trained model output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
members
TrainedModelExportOutputConfiguration.Builder members(Consumer<TrainedModelExportReceiverMember.Builder>... members) The members that will received the exported trained model output.
This is a convenience method that creates an instance of theTrainedModelExportReceiverMember.Builder
avoiding the need to create one manually viaTrainedModelExportReceiverMember.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomembers(List<TrainedModelExportReceiverMember>)
.- Parameters:
members
- a consumer that will call methods onTrainedModelExportReceiverMember.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-