public static interface UpdateApplicationResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationResponse.Builder |
application(Application application)
Sets the value of the Application property for this object.
|
default UpdateApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
Sets the value of the Application property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationResponse.Builder application(Application application)
application - The new value for the Application property for this object.default UpdateApplicationResponse.Builder application(Consumer<Application.Builder> application)
Application.Builder avoiding the need to
create one manually via Application.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to application(Application).
application - a consumer that will call methods on Application.Builderapplication(Application)Copyright © 2023. All rights reserved.