Interface DescribeBundleResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeBundleResponse.Builder,,DescribeBundleResponse> MobileResponse.Builder,SdkBuilder<DescribeBundleResponse.Builder,,DescribeBundleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeBundleResponse
public static interface DescribeBundleResponse.Builder
extends MobileResponse.Builder, SdkPojo, CopyableBuilder<DescribeBundleResponse.Builder,DescribeBundleResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeBundleResponse.Builderdetails(Consumer<BundleDetails.Builder> details) The details of the bundle.details(BundleDetails details) The details of the bundle.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mobile.model.MobileResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
details
The details of the bundle.
- Parameters:
 details- The details of the bundle.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
details
The details of the bundle.
This is a convenience method that creates an instance of theBundleDetails.Builderavoiding the need to create one manually viaBundleDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetails(BundleDetails).- Parameters:
 details- a consumer that will call methods onBundleDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -