public static interface ExportServerEngineAttributeResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<ExportServerEngineAttributeResponse.Builder,ExportServerEngineAttributeResponse>
| Modifier and Type | Method and Description |
|---|---|
default ExportServerEngineAttributeResponse.Builder |
engineAttribute(Consumer<EngineAttribute.Builder> engineAttribute)
The requested engine attribute pair with attribute name and value.
|
ExportServerEngineAttributeResponse.Builder |
engineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
|
ExportServerEngineAttributeResponse.Builder |
serverName(String serverName)
The requested ServerName.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildExportServerEngineAttributeResponse.Builder engineAttribute(EngineAttribute engineAttribute)
The requested engine attribute pair with attribute name and value.
engineAttribute - The requested engine attribute pair with attribute name and value.default ExportServerEngineAttributeResponse.Builder engineAttribute(Consumer<EngineAttribute.Builder> engineAttribute)
The requested engine attribute pair with attribute name and value.
This is a convenience that creates an instance of theEngineAttribute.Builder avoiding the need to
create one manually via EngineAttribute.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to engineAttribute(EngineAttribute).engineAttribute - a consumer that will call methods on EngineAttribute.BuilderengineAttribute(EngineAttribute)ExportServerEngineAttributeResponse.Builder serverName(String serverName)
The requested ServerName.
serverName - The requested ServerName.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.