Interface DescribeActionConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeActionConnectorResponse.Builder,
,DescribeActionConnectorResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeActionConnectorResponse.Builder,
,DescribeActionConnectorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeActionConnectorResponse
@Mutable
@NotThreadSafe
public static interface DescribeActionConnectorResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeActionConnectorResponse.Builder,DescribeActionConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionConnector
(Consumer<ActionConnector.Builder> actionConnector) The detailed information about the action connector, including its configuration and current state.actionConnector
(ActionConnector actionConnector) The detailed information about the action connector, including its configuration and current state.The Amazon Web Services request ID for this operation.The HTTP status code 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
-
actionConnector
The detailed information about the action connector, including its configuration and current state.
- Parameters:
actionConnector
- The detailed information about the action connector, including its configuration and current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnector
default DescribeActionConnectorResponse.Builder actionConnector(Consumer<ActionConnector.Builder> actionConnector) The detailed information about the action connector, including its configuration and current state.
This is a convenience method that creates an instance of theActionConnector.Builder
avoiding the need to create one manually viaActionConnector.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactionConnector(ActionConnector)
.- Parameters:
actionConnector
- a consumer that will call methods onActionConnector.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.
-
status
The HTTP status code of the request.
- Parameters:
status
- The HTTP status code of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-