public static interface ServerGroupLaunchConfiguration.Builder extends SdkPojo, CopyableBuilder<ServerGroupLaunchConfiguration.Builder,ServerGroupLaunchConfiguration>
Modifier and Type | Method and Description |
---|---|
ServerGroupLaunchConfiguration.Builder |
launchOrder(Integer launchOrder)
Launch order of servers in the server group.
|
ServerGroupLaunchConfiguration.Builder |
serverGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
|
ServerGroupLaunchConfiguration.Builder |
serverLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration.Builder |
serverLaunchConfigurations(Consumer<ServerLaunchConfiguration.Builder>... serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration.Builder |
serverLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
copy
applyMutation, build
ServerGroupLaunchConfiguration.Builder serverGroupId(String serverGroupId)
Identifier of the server group the launch configuration is associated with.
serverGroupId
- Identifier of the server group the launch configuration is associated with.ServerGroupLaunchConfiguration.Builder launchOrder(Integer launchOrder)
Launch order of servers in the server group.
launchOrder
- Launch order of servers in the server group.ServerGroupLaunchConfiguration.Builder serverLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
serverLaunchConfigurations
- Launch configuration for servers in the server group.ServerGroupLaunchConfiguration.Builder serverLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
Launch configuration for servers in the server group.
serverLaunchConfigurations
- Launch configuration for servers in the server group.ServerGroupLaunchConfiguration.Builder serverLaunchConfigurations(Consumer<ServerLaunchConfiguration.Builder>... serverLaunchConfigurations)
Launch configuration for servers in the server group.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #serverLaunchConfigurations(List)
.serverLaunchConfigurations
- a consumer that will call methods on List.Builder
#serverLaunchConfigurations(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.