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.BuilderwebApp(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.Builderavoiding the need to create one manually viaDescribedWebApp.builder().When the
Consumercompletes,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:
-