ToCopyableBuilder<BackendServerDescription.Builder,BackendServerDescription>
@Generated("software.amazon.awssdk:codegen") public class BackendServerDescription extends Object implements ToCopyableBuilder<BackendServerDescription.Builder,BackendServerDescription>
Information about the configuration of an EC2 instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BackendServerDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BackendServerDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
instancePort() |
The port on which the EC2 instance is listening.
|
List<String> |
policyNames() |
The names of the policies enabled for the EC2 instance.
|
static Class<? extends BackendServerDescription.Builder> |
serializableBuilderClass() |
|
BackendServerDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer instancePort()
The port on which the EC2 instance is listening.
public List<String> policyNames()
The names of the policies enabled for the EC2 instance.
public BackendServerDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BackendServerDescription.Builder,BackendServerDescription>
public static BackendServerDescription.Builder builder()
public static Class<? extends BackendServerDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.