Interface DescribeQuickSightQSearchConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeQuickSightQSearchConfigurationResponse.Builder,
,DescribeQuickSightQSearchConfigurationResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeQuickSightQSearchConfigurationResponse.Builder,
,DescribeQuickSightQSearchConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeQuickSightQSearchConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeQuickSightQSearchConfigurationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeQuickSightQSearchConfigurationResponse.Builder,DescribeQuickSightQSearchConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionqSearchStatus
(String qSearchStatus) The status of Amazon QuickSight Q Search configuration.qSearchStatus
(QSearchStatus qSearchStatus) The status of Amazon QuickSight Q Search configuration.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
-
qSearchStatus
The status of Amazon QuickSight Q Search configuration.
- Parameters:
qSearchStatus
- The status of Amazon QuickSight Q Search configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qSearchStatus
The status of Amazon QuickSight Q Search configuration.
- Parameters:
qSearchStatus
- The status of Amazon QuickSight Q Search configuration.- 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.
-
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.
-