Interface Parent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Parent.Builder,Parent>,SdkBuilder<Parent.Builder,Parent>,SdkPojo
- Enclosing class:
- Parent
public static interface Parent.Builder extends SdkPojo, CopyableBuilder<Parent.Builder,Parent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Parent.BuilderexperimentName(String experimentName)The name of the experiment.Parent.BuildertrialName(String trialName)The name of the trial.-
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
-
trialName
Parent.Builder trialName(String trialName)
The name of the trial.
- Parameters:
trialName- The name of the trial.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
experimentName
Parent.Builder experimentName(String experimentName)
The name of the experiment.
- Parameters:
experimentName- The name of the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-