public static interface DescribeBundleResponse.Builder extends MobileResponse.Builder, SdkPojo, CopyableBuilder<DescribeBundleResponse.Builder,DescribeBundleResponse>
Modifier and Type | Method and Description |
---|---|
DescribeBundleResponse.Builder |
details(BundleDetails details)
The details of the bundle.
|
default DescribeBundleResponse.Builder |
details(Consumer<BundleDetails.Builder> details)
The details of the bundle.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeBundleResponse.Builder details(BundleDetails details)
The details of the bundle.
details
- The details of the bundle.default DescribeBundleResponse.Builder details(Consumer<BundleDetails.Builder> details)
The details of the bundle.
This is a convenience that creates an instance of theBundleDetails.Builder
avoiding the need to
create one manually via BundleDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to details(BundleDetails)
.details
- a consumer that will call methods on BundleDetails.Builder
details(BundleDetails)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.