Interface ActionConnectorSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionConnectorSummary.Builder,
,ActionConnectorSummary> SdkBuilder<ActionConnectorSummary.Builder,
,ActionConnectorSummary> SdkPojo
- Enclosing class:
ActionConnectorSummary
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorId
(String actionConnectorId) The unique identifier of the action connector.The Amazon Resource Name (ARN) of the action connector.createdTime
(Instant createdTime) The date and time when the action connector was created.default ActionConnectorSummary.Builder
Error information if the action connector is in an error state.error
(ActionConnectorError error) Error information if the action connector is in an error state.lastUpdatedTime
(Instant lastUpdatedTime) The date and time when the action connector was last updated.The name of the action connector.The current status of the action connector.status
(ResourceStatus status) The current status of the action connector.The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).type
(ActionConnectorType type) The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the action connector.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorId
The unique identifier of the action connector.
- Parameters:
actionConnectorId
- The unique identifier of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).
- Parameters:
type
- The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).
- Parameters:
type
- The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the action connector.
- Parameters:
name
- The name of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The date and time when the action connector was created.
- Parameters:
createdTime
- The date and time when the action connector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The date and time when the action connector was last updated.
- Parameters:
lastUpdatedTime
- The date and time when the action connector was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the action connector.
- Parameters:
status
- The current status of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the action connector.
- Parameters:
status
- The current status of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
error
Error information if the action connector is in an error state.
- Parameters:
error
- Error information if the action connector is in an error state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Error information if the action connector is in an error state.
This is a convenience method that creates an instance of theActionConnectorError.Builder
avoiding the need to create one manually viaActionConnectorError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerror(ActionConnectorError)
.- Parameters:
error
- a consumer that will call methods onActionConnectorError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-