public static interface StartMaintenanceRequest.Builder extends OpsWorksCMRequest.Builder, CopyableBuilder<StartMaintenanceRequest.Builder,StartMaintenanceRequest>
Modifier and Type | Method and Description |
---|---|
StartMaintenanceRequest.Builder |
engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
|
StartMaintenanceRequest.Builder |
engineAttributes(EngineAttribute... engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
|
StartMaintenanceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StartMaintenanceRequest.Builder |
serverName(String serverName)
The name of the server on which to run maintenance.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
StartMaintenanceRequest.Builder serverName(String serverName)
The name of the server on which to run maintenance.
serverName
- The name of the server on which to run maintenance.StartMaintenanceRequest.Builder engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
engineAttributes
- Engine attributes that are specific to the server on which you want to run maintenance.StartMaintenanceRequest.Builder engineAttributes(EngineAttribute... engineAttributes)
Engine attributes that are specific to the server on which you want to run maintenance.
engineAttributes
- Engine attributes that are specific to the server on which you want to run maintenance.StartMaintenanceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.