public static interface CreateApplicationResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse.Builder |
application(Application application)
Sets the value of the Application property for this object.
|
default CreateApplicationResponse.Builder |
application(Consumer<Application.Builder> application)
Sets the value of the Application property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationResponse.Builder application(Application application)
application - The new value for the Application property for this object.default CreateApplicationResponse.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.