Interface DeleteActionConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteActionConnectorResponse.Builder,,DeleteActionConnectorResponse> QuickSightResponse.Builder,SdkBuilder<DeleteActionConnectorResponse.Builder,,DeleteActionConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteActionConnectorResponse
@Mutable
@NotThreadSafe
public static interface DeleteActionConnectorResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteActionConnectorResponse.Builder,DeleteActionConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorId(String actionConnectorId) The unique identifier of the deleted action connector.The Amazon Resource Name (ARN) of the deleted action connector.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
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
-
arn
The Amazon Resource Name (ARN) of the deleted action connector.
- Parameters:
arn- The Amazon Resource Name (ARN) of the deleted action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorId
The unique identifier of the deleted action connector.
- Parameters:
actionConnectorId- The unique identifier of the deleted 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.
-
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.
-