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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ExportServerEngineAttributeResponse.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.Builder
engineAttribute(EngineAttribute)
ExportServerEngineAttributeResponse.Builder serverName(String serverName)
The requested ServerName.
serverName
- The requested ServerName.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.