Interface ExportServerEngineAttributeResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ExportServerEngineAttributeResponse.Builder,,- ExportServerEngineAttributeResponse> - OpsWorksCmResponse.Builder,- SdkBuilder<ExportServerEngineAttributeResponse.Builder,,- ExportServerEngineAttributeResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ExportServerEngineAttributeResponse
public static interface ExportServerEngineAttributeResponse.Builder
extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<ExportServerEngineAttributeResponse.Builder,ExportServerEngineAttributeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionengineAttribute(Consumer<EngineAttribute.Builder> engineAttribute) The requested engine attribute pair with attribute name and value.engineAttribute(EngineAttribute engineAttribute) The requested engine attribute pair with attribute name and value.serverName(String serverName) The server name used in the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
engineAttributeThe requested engine attribute pair with attribute name and value. - Parameters:
- engineAttribute- The requested engine attribute pair with attribute name and value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineAttributedefault ExportServerEngineAttributeResponse.Builder engineAttribute(Consumer<EngineAttribute.Builder> engineAttribute) The requested engine attribute pair with attribute name and value. This is a convenience method that creates an instance of theEngineAttribute.Builderavoiding the need to create one manually viaEngineAttribute.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toengineAttribute(EngineAttribute).- Parameters:
- engineAttribute- a consumer that will call methods on- EngineAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serverNameThe server name used in the request. - Parameters:
- serverName- The server name used in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-