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