Interface BackendServerDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BackendServerDescription.Builder,BackendServerDescription>,SdkBuilder<BackendServerDescription.Builder,BackendServerDescription>,SdkPojo
- Enclosing class:
- BackendServerDescription
@Mutable @NotThreadSafe public static interface BackendServerDescription.Builder extends SdkPojo, CopyableBuilder<BackendServerDescription.Builder,BackendServerDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendServerDescription.BuilderinstancePort(Integer instancePort)The port on which the EC2 instance is listening.BackendServerDescription.BuilderpolicyNames(String... policyNames)The names of the policies enabled for the EC2 instance.BackendServerDescription.BuilderpolicyNames(Collection<String> policyNames)The names of the policies enabled for the EC2 instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instancePort
BackendServerDescription.Builder instancePort(Integer instancePort)
The port on which the EC2 instance is listening.
- Parameters:
instancePort- The port on which the EC2 instance is listening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyNames
BackendServerDescription.Builder policyNames(Collection<String> policyNames)
The names of the policies enabled for the EC2 instance.
- Parameters:
policyNames- The names of the policies enabled for the EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyNames
BackendServerDescription.Builder policyNames(String... policyNames)
The names of the policies enabled for the EC2 instance.
- Parameters:
policyNames- The names of the policies enabled for the EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-