Interface GetAppResponse.Builder
-
- All Superinterfaces:
AmplifyResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetAppResponse.Builder,GetAppResponse>,SdkBuilder<GetAppResponse.Builder,GetAppResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAppResponse
public static interface GetAppResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<GetAppResponse.Builder,GetAppResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAppResponse.Builderapp(Consumer<App.Builder> app)Sets the value of the App property for this object.GetAppResponse.Builderapp(App app)Sets the value of the App property for this object.-
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 Detail
-
app
GetAppResponse.Builder app(App app)
Sets the value of the App property for this object.- Parameters:
app- The new value for the App property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
app
default GetAppResponse.Builder app(Consumer<App.Builder> app)
Sets the value of the App property for this object. 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:
app(App)
-
-