Interface UpdateAppResponse.Builder
- All Superinterfaces:
 AmplifyResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAppResponse.Builder,,UpdateAppResponse> SdkBuilder<UpdateAppResponse.Builder,,UpdateAppResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateAppResponse
public static interface UpdateAppResponse.Builder
extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppResponse.Builder,UpdateAppResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateAppResponse.Builderapp(Consumer<App.Builder> app) Represents the updated Amplify app.Represents the updated Amplify app.Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
app
Represents the updated Amplify app.
- Parameters:
 app- Represents the updated Amplify app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
app
Represents the updated Amplify app.
This is a convenience method that creates an instance of theApp.Builderavoiding the need to create one manually viaApp.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapp(App).- Parameters:
 app- a consumer that will call methods onApp.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -