public static interface BackendServerDescription.Builder extends SdkPojo, CopyableBuilder<BackendServerDescription.Builder,BackendServerDescription>
Modifier and Type | Method and Description |
---|---|
BackendServerDescription.Builder |
instancePort(Integer instancePort)
The port on which the EC2 instance is listening.
|
BackendServerDescription.Builder |
policyNames(Collection<String> policyNames)
The names of the policies enabled for the EC2 instance.
|
BackendServerDescription.Builder |
policyNames(String... policyNames)
The names of the policies enabled for the EC2 instance.
|
copy
applyMutation, build
BackendServerDescription.Builder instancePort(Integer instancePort)
The port on which the EC2 instance is listening.
instancePort
- The port on which the EC2 instance is listening.BackendServerDescription.Builder policyNames(Collection<String> policyNames)
The names of the policies enabled for the EC2 instance.
policyNames
- The names of the policies enabled for the EC2 instance.BackendServerDescription.Builder policyNames(String... policyNames)
The names of the policies enabled for the EC2 instance.
policyNames
- The names of the policies enabled for the EC2 instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.