| Package | Description |
|---|---|
| software.amazon.awssdk.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
BundleDetails.Builder |
BundleDetails.Builder.availablePlatforms(Collection<Platform> availablePlatforms)
Sets the value of the AvailablePlatforms property for this object.
|
BundleDetails.Builder |
BundleDetails.Builder.availablePlatforms(Platform... availablePlatforms)
Sets the value of the AvailablePlatforms property for this object.
|
BundleDetails.Builder |
BundleDetails.Builder.availablePlatformsWithStrings(Collection<String> availablePlatforms)
Sets the value of the AvailablePlatforms property for this object.
|
BundleDetails.Builder |
BundleDetails.Builder.availablePlatformsWithStrings(String... availablePlatforms)
Sets the value of the AvailablePlatforms property for this object.
|
static BundleDetails.Builder |
BundleDetails.builder() |
BundleDetails.Builder |
BundleDetails.Builder.bundleId(String bundleId)
Sets the value of the BundleId property for this object.
|
BundleDetails.Builder |
BundleDetails.Builder.description(String description)
Sets the value of the Description property for this object.
|
BundleDetails.Builder |
BundleDetails.Builder.iconUrl(String iconUrl)
Sets the value of the IconUrl property for this object.
|
BundleDetails.Builder |
BundleDetails.Builder.title(String title)
Sets the value of the Title property for this object.
|
BundleDetails.Builder |
BundleDetails.toBuilder() |
BundleDetails.Builder |
BundleDetails.Builder.version(String version)
Sets the value of the Version property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BundleDetails.Builder> |
BundleDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBundleResponse.Builder |
DescribeBundleResponse.Builder.details(Consumer<BundleDetails.Builder> details)
The details of the bundle.
|
Copyright © 2023. All rights reserved.