public static interface EnvironmentResourceDescription.Builder extends CopyableBuilder<EnvironmentResourceDescription.Builder,EnvironmentResourceDescription>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResourceDescription.Builder |
autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The
AutoScalingGroups used by this environment. |
EnvironmentResourceDescription.Builder |
autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The
AutoScalingGroups used by this environment. |
EnvironmentResourceDescription.Builder |
environmentName(String environmentName)
The name of the environment.
|
EnvironmentResourceDescription.Builder |
instances(Collection<Instance> instances)
The Amazon EC2 instances used by this environment.
|
EnvironmentResourceDescription.Builder |
instances(Instance... instances)
The Amazon EC2 instances used by this environment.
|
EnvironmentResourceDescription.Builder |
launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
|
EnvironmentResourceDescription.Builder |
launchConfigurations(LaunchConfiguration... launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
|
EnvironmentResourceDescription.Builder |
loadBalancers(Collection<LoadBalancer> loadBalancers)
The LoadBalancers in use by this environment.
|
EnvironmentResourceDescription.Builder |
loadBalancers(LoadBalancer... loadBalancers)
The LoadBalancers in use by this environment.
|
EnvironmentResourceDescription.Builder |
queues(Collection<Queue> queues)
The queues used by this environment.
|
EnvironmentResourceDescription.Builder |
queues(Queue... queues)
The queues used by this environment.
|
EnvironmentResourceDescription.Builder |
triggers(Collection<Trigger> triggers)
The
AutoScaling triggers in use by this environment. |
EnvironmentResourceDescription.Builder |
triggers(Trigger... triggers)
The
AutoScaling triggers in use by this environment. |
copyapply, buildEnvironmentResourceDescription.Builder environmentName(String environmentName)
The name of the environment.
environmentName - The name of the environment.EnvironmentResourceDescription.Builder autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The AutoScalingGroups used by this environment.
autoScalingGroups - The AutoScalingGroups used by this environment.EnvironmentResourceDescription.Builder autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The AutoScalingGroups used by this environment.
autoScalingGroups - The AutoScalingGroups used by this environment.EnvironmentResourceDescription.Builder instances(Collection<Instance> instances)
The Amazon EC2 instances used by this environment.
instances - The Amazon EC2 instances used by this environment.EnvironmentResourceDescription.Builder instances(Instance... instances)
The Amazon EC2 instances used by this environment.
instances - The Amazon EC2 instances used by this environment.EnvironmentResourceDescription.Builder launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
launchConfigurations - The Auto Scaling launch configurations in use by this environment.EnvironmentResourceDescription.Builder launchConfigurations(LaunchConfiguration... launchConfigurations)
The Auto Scaling launch configurations in use by this environment.
launchConfigurations - The Auto Scaling launch configurations in use by this environment.EnvironmentResourceDescription.Builder loadBalancers(Collection<LoadBalancer> loadBalancers)
The LoadBalancers in use by this environment.
loadBalancers - The LoadBalancers in use by this environment.EnvironmentResourceDescription.Builder loadBalancers(LoadBalancer... loadBalancers)
The LoadBalancers in use by this environment.
loadBalancers - The LoadBalancers in use by this environment.EnvironmentResourceDescription.Builder triggers(Collection<Trigger> triggers)
The AutoScaling triggers in use by this environment.
triggers - The AutoScaling triggers in use by this environment.EnvironmentResourceDescription.Builder triggers(Trigger... triggers)
The AutoScaling triggers in use by this environment.
triggers - The AutoScaling triggers in use by this environment.EnvironmentResourceDescription.Builder queues(Collection<Queue> queues)
The queues used by this environment.
queues - The queues used by this environment.EnvironmentResourceDescription.Builder queues(Queue... queues)
The queues used by this environment.
queues - The queues used by this environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.