| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress)
Associate a public IP address with a server that you are launching.
|
Server.Builder |
Server.Builder.backupRetentionCount(Integer backupRetentionCount)
The number of automated backups to keep.
|
static Server.Builder |
Server.builder() |
Server.Builder |
Server.Builder.cloudFormationStackArn(String cloudFormationStackArn)
The ARN of the CloudFormation stack that was used to create the server.
|
Server.Builder |
Server.Builder.createdAt(Instant createdAt)
Time stamp of server creation.
|
Server.Builder |
Server.Builder.customDomain(String customDomain)
An optional public endpoint of a server, such as
https://aws.my-company.com. |
Server.Builder |
Server.Builder.disableAutomatedBackup(Boolean disableAutomatedBackup)
Disables automated backups.
|
Server.Builder |
Server.Builder.endpoint(String endpoint)
A DNS name that can be used to access the engine.
|
Server.Builder |
Server.Builder.engine(String engine)
The engine type of the server.
|
Server.Builder |
Server.Builder.engineAttributes(Collection<EngineAttribute> engineAttributes)
The response of a createServer() request returns the master credential to access the server in
EngineAttributes.
|
Server.Builder |
Server.Builder.engineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)
The response of a createServer() request returns the master credential to access the server in
EngineAttributes.
|
Server.Builder |
Server.Builder.engineAttributes(EngineAttribute... engineAttributes)
The response of a createServer() request returns the master credential to access the server in
EngineAttributes.
|
Server.Builder |
Server.Builder.engineModel(String engineModel)
The engine model of the server.
|
Server.Builder |
Server.Builder.engineVersion(String engineVersion)
The engine version of the server.
|
Server.Builder |
Server.Builder.instanceProfileArn(String instanceProfileArn)
The instance profile ARN of the server.
|
Server.Builder |
Server.Builder.instanceType(String instanceType)
The instance type for the server, as specified in the CloudFormation stack.
|
Server.Builder |
Server.Builder.keyPair(String keyPair)
The key pair associated with the server.
|
Server.Builder |
Server.Builder.maintenanceStatus(MaintenanceStatus maintenanceStatus)
The status of the most recent server maintenance run.
|
Server.Builder |
Server.Builder.maintenanceStatus(String maintenanceStatus)
The status of the most recent server maintenance run.
|
Server.Builder |
Server.Builder.preferredBackupWindow(String preferredBackupWindow)
The preferred backup period specified for the server.
|
Server.Builder |
Server.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The preferred maintenance period specified for the server.
|
Server.Builder |
Server.Builder.securityGroupIds(Collection<String> securityGroupIds)
The security group IDs for the server, as specified in the CloudFormation stack.
|
Server.Builder |
Server.Builder.securityGroupIds(String... securityGroupIds)
The security group IDs for the server, as specified in the CloudFormation stack.
|
Server.Builder |
Server.Builder.serverArn(String serverArn)
The ARN of the server.
|
Server.Builder |
Server.Builder.serverName(String serverName)
The name of the server.
|
Server.Builder |
Server.Builder.serviceRoleArn(String serviceRoleArn)
The service role ARN used to create the server.
|
Server.Builder |
Server.Builder.status(ServerStatus status)
The server's status.
|
Server.Builder |
Server.Builder.status(String status)
The server's status.
|
Server.Builder |
Server.Builder.statusReason(String statusReason)
Depending on the server status, this field has either a human-readable message (such as a create or backup
error), or an escaped block of JSON (used for health check results).
|
Server.Builder |
Server.Builder.subnetIds(Collection<String> subnetIds)
The subnet IDs specified in a CreateServer request.
|
Server.Builder |
Server.Builder.subnetIds(String... subnetIds)
The subnet IDs specified in a CreateServer request.
|
Server.Builder |
Server.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Server.Builder> |
Server.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateServerEngineAttributesResponse.Builder |
UpdateServerEngineAttributesResponse.Builder.server(Consumer<Server.Builder> server)
Contains the response to an
UpdateServerEngineAttributes request. |
default CreateServerResponse.Builder |
CreateServerResponse.Builder.server(Consumer<Server.Builder> server)
The server that is created by the request.
|
default StartMaintenanceResponse.Builder |
StartMaintenanceResponse.Builder.server(Consumer<Server.Builder> server)
Contains the response to a
StartMaintenance request. |
default RestoreServerResponse.Builder |
RestoreServerResponse.Builder.server(Consumer<Server.Builder> server)
Sets the value of the Server property for this object.
|
default UpdateServerResponse.Builder |
UpdateServerResponse.Builder.server(Consumer<Server.Builder> server)
Contains the response to a
UpdateServer request. |
Copyright © 2023. All rights reserved.