Interface ScheduledSplitsLaunchDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ScheduledSplitsLaunchDefinition.Builder,,- ScheduledSplitsLaunchDefinition> - SdkBuilder<ScheduledSplitsLaunchDefinition.Builder,,- ScheduledSplitsLaunchDefinition> - SdkPojo
- Enclosing class:
- ScheduledSplitsLaunchDefinition
public static interface ScheduledSplitsLaunchDefinition.Builder
extends SdkPojo, CopyableBuilder<ScheduledSplitsLaunchDefinition.Builder,ScheduledSplitsLaunchDefinition> 
- 
Method SummaryModifier and TypeMethodDescriptionsteps(Collection<ScheduledSplit> steps) An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.steps(Consumer<ScheduledSplit.Builder>... steps) An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.steps(ScheduledSplit... steps) An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
stepsAn array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. - Parameters:
- steps- An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stepsAn array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. - Parameters:
- steps- An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stepsAn array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. This is a convenience method that creates an instance of theScheduledSplit.Builderavoiding the need to create one manually viaScheduledSplit.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosteps(List<ScheduledSplit>).- Parameters:
- steps- a consumer that will call methods on- ScheduledSplit.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-