Interface GetAppBundleResponse.Builder
-
- All Superinterfaces:
AppFabricResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetAppBundleResponse.Builder,GetAppBundleResponse>,SdkBuilder<GetAppBundleResponse.Builder,GetAppBundleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAppBundleResponse
public static interface GetAppBundleResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<GetAppBundleResponse.Builder,GetAppBundleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAppBundleResponse.BuilderappBundle(Consumer<AppBundle.Builder> appBundle)Contains information about an app bundle.GetAppBundleResponse.BuilderappBundle(AppBundle appBundle)Contains information about an app bundle.-
Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appBundle
GetAppBundleResponse.Builder appBundle(AppBundle appBundle)
Contains information about an app bundle.
- Parameters:
appBundle- Contains information about an app bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBundle
default GetAppBundleResponse.Builder appBundle(Consumer<AppBundle.Builder> appBundle)
Contains information about an app bundle.
This is a convenience method that creates an instance of theAppBundle.Builderavoiding the need to create one manually viaAppBundle.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappBundle(AppBundle).- Parameters:
appBundle- a consumer that will call methods onAppBundle.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appBundle(AppBundle)
-
-