Interface DescribeAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAppResponse.Builder,,DescribeAppResponse> QuickSightResponse.Builder,SdkBuilder<DescribeAppResponse.Builder,,DescribeAppResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAppResponse
@Mutable
@NotThreadSafe
public static interface DescribeAppResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeAppResponse.Builderapp(Consumer<AppSummary.Builder> app) The information about the app.app(AppSummary app) The information about the app.The Amazon Web Services request ID for this operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
app
The information about the app.
- Parameters:
app- The information about the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
app
The information about the app.
This is a convenience method that creates an instance of theAppSummary.Builderavoiding the need to create one manually viaAppSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapp(AppSummary).- Parameters:
app- a consumer that will call methods onAppSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-