Interface DescribeWebAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeWebAppResponse.Builder,
,DescribeWebAppResponse> SdkBuilder<DescribeWebAppResponse.Builder,
,DescribeWebAppResponse> SdkPojo
,SdkResponse.Builder
,TransferResponse.Builder
- Enclosing class:
DescribeWebAppResponse
@Mutable
@NotThreadSafe
public static interface DescribeWebAppResponse.Builder
extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeWebAppResponse.Builder,DescribeWebAppResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeWebAppResponse.Builder
webApp
(Consumer<DescribedWebApp.Builder> webApp) Returns a structure that contains the details of the web app.webApp
(DescribedWebApp webApp) Returns a structure that contains the details of the web app.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
webApp
Returns a structure that contains the details of the web app.
- Parameters:
webApp
- Returns a structure that contains the details of the web app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webApp
Returns a structure that contains the details of the web app.
This is a convenience method that creates an instance of theDescribedWebApp.Builder
avoiding the need to create one manually viaDescribedWebApp.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towebApp(DescribedWebApp)
.- Parameters:
webApp
- a consumer that will call methods onDescribedWebApp.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-