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.Builder
app
(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, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaApp.builder()
.When the
Consumer
completes,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:
-