Interface PaymentConnectorSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentConnectorSummary.Builder,,PaymentConnectorSummary> SdkBuilder<PaymentConnectorSummary.Builder,,PaymentConnectorSummary> SdkPojo
- Enclosing class:
PaymentConnectorSummary
@Mutable
@NotThreadSafe
public static interface PaymentConnectorSummary.Builder
extends SdkPojo, CopyableBuilder<PaymentConnectorSummary.Builder,PaymentConnectorSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt(Instant lastUpdatedAt) The timestamp when the payment connector was last updated.The name of the payment connector.paymentConnectorId(String paymentConnectorId) The unique identifier of the payment connector.The current status of the payment connector.status(PaymentConnectorStatus status) The current status of the payment connector.The type of the payment connector, which determines the payment provider integration.type(PaymentConnectorType type) The type of the payment connector, which determines the payment provider integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
paymentConnectorId
The unique identifier of the payment connector.
- Parameters:
paymentConnectorId- The unique identifier of the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the payment connector.
- Parameters:
name- The name of the payment connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the payment connector, which determines the payment provider integration.
- Parameters:
type- The type of the payment connector, which determines the payment provider integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the payment connector, which determines the payment provider integration.
- Parameters:
type- The type of the payment connector, which determines the payment provider integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the payment connector. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the payment connector. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedAt
The timestamp when the payment connector was last updated.
- Parameters:
lastUpdatedAt- The timestamp when the payment connector was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-