CopyableBuilder<UpdateServerEngineAttributesRequest.Builder,UpdateServerEngineAttributesRequest>
, SdkBuilder<UpdateServerEngineAttributesRequest.Builder,UpdateServerEngineAttributesRequest>
public static interface UpdateServerEngineAttributesRequest.Builder extends CopyableBuilder<UpdateServerEngineAttributesRequest.Builder,UpdateServerEngineAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateServerEngineAttributesRequest.Builder |
attributeName(String attributeName) |
The name of the engine attribute to update.
|
UpdateServerEngineAttributesRequest.Builder |
attributeValue(String attributeValue) |
The value to set for the attribute.
|
UpdateServerEngineAttributesRequest.Builder |
serverName(String serverName) |
The name of the server to update.
|
copy
apply, build
UpdateServerEngineAttributesRequest.Builder serverName(String serverName)
The name of the server to update.
serverName
- The name of the server to update.UpdateServerEngineAttributesRequest.Builder attributeName(String attributeName)
The name of the engine attribute to update.
attributeName
- The name of the engine attribute to update.UpdateServerEngineAttributesRequest.Builder attributeValue(String attributeValue)
The value to set for the attribute.
attributeValue
- The value to set for the attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.