Interface UpdateActionConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateActionConnectorResponse.Builder,
,UpdateActionConnectorResponse> QuickSightResponse.Builder
,SdkBuilder<UpdateActionConnectorResponse.Builder,
,UpdateActionConnectorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateActionConnectorResponse
@Mutable
@NotThreadSafe
public static interface UpdateActionConnectorResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateActionConnectorResponse.Builder,UpdateActionConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorId
(String actionConnectorId) The unique identifier of the updated action connector.The Amazon Resource Name (ARN) of the updated action connector.The Amazon Web Services request ID for this operation.The HTTP status code of the request.updateStatus
(String updateStatus) The status of the update operation.updateStatus
(ResourceStatus updateStatus) The status of the update operation.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
-
arn
The Amazon Resource Name (ARN) of the updated action connector.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the updated action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorId
The unique identifier of the updated action connector.
- Parameters:
actionConnectorId
- The unique identifier of the updated action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
updateStatus
The status of the update operation.
- Parameters:
updateStatus
- The status of the update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateStatus
The status of the update operation.
- Parameters:
updateStatus
- The status of the update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-