public static interface CreateAppBundleResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<CreateAppBundleResponse.Builder,CreateAppBundleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAppBundleResponse.Builder |
appBundle(AppBundle appBundle)
Contains information about an app bundle.
|
default CreateAppBundleResponse.Builder |
appBundle(Consumer<AppBundle.Builder> appBundle)
Contains information about an app bundle.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppBundleResponse.Builder appBundle(AppBundle appBundle)
Contains information about an app bundle.
appBundle - Contains information about an app bundle.default CreateAppBundleResponse.Builder appBundle(Consumer<AppBundle.Builder> appBundle)
Contains information about an app bundle.
This is a convenience method that creates an instance of theAppBundle.Builder avoiding the need to
create one manually via AppBundle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to appBundle(AppBundle).
appBundle - a consumer that will call methods on AppBundle.BuilderappBundle(AppBundle)Copyright © 2023. All rights reserved.