Interface DescribeDefaultQBusinessApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDefaultQBusinessApplicationResponse.Builder,
,DescribeDefaultQBusinessApplicationResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeDefaultQBusinessApplicationResponse.Builder,
,DescribeDefaultQBusinessApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDefaultQBusinessApplicationResponse
@Mutable
@NotThreadSafe
public static interface DescribeDefaultQBusinessApplicationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDefaultQBusinessApplicationResponse.Builder,DescribeDefaultQBusinessApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
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.
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.
- Parameters:
applicationId
- The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-