Interface UpdateApplicationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateApplicationResponse.Builder,,- UpdateApplicationResponse> - EmrServerlessResponse.Builder,- SdkBuilder<UpdateApplicationResponse.Builder,,- UpdateApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateApplicationResponse
@Mutable
@NotThreadSafe
public static interface UpdateApplicationResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplication(Consumer<Application.Builder> application) Information about the updated application.application(Application application) Information about the updated application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
applicationInformation about the updated application. - Parameters:
- application- Information about the updated application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationInformation about the updated application. This is a convenience method that creates an instance of theApplication.Builderavoiding the need to create one manually viaApplication.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplication(Application).- Parameters:
- application- a consumer that will call methods on- Application.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-