Interface UpdateApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>,SdkBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- UpdateApplicationResponse
public static interface UpdateApplicationResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateApplicationResponse.Builderapplication(Consumer<Application.Builder> application)The updated information of the application.UpdateApplicationResponse.Builderapplication(Application application)The updated information of the application.-
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
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
application
UpdateApplicationResponse.Builder application(Application application)
The updated information of the application.
- Parameters:
application- The updated information of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
application
default UpdateApplicationResponse.Builder application(Consumer<Application.Builder> application)
The updated information of the 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 onApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
application(Application)
-
-