Interface PaymentManagerSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentManagerSummary.Builder,,PaymentManagerSummary> SdkBuilder<PaymentManagerSummary.Builder,,PaymentManagerSummary> SdkPojo
- Enclosing class:
PaymentManagerSummary
-
Method Summary
Modifier and TypeMethodDescriptionauthorizerType(String authorizerType) The type of authorizer used by the payment manager.authorizerType(PaymentsAuthorizerType authorizerType) The type of authorizer used by the payment manager.The timestamp when the payment manager was created.description(String description) The description of the payment manager.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the payment manager was last updated.The name of the payment manager.paymentManagerArn(String paymentManagerArn) The Amazon Resource Name (ARN) of the payment manager.paymentManagerId(String paymentManagerId) The unique identifier of the payment manager.The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.The current status of the payment manager.status(PaymentManagerStatus status) The current status of the payment manager.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
-
paymentManagerArn
The Amazon Resource Name (ARN) of the payment manager.
- Parameters:
paymentManagerArn- The Amazon Resource Name (ARN) of the payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentManagerId
The unique identifier of the payment manager.
- Parameters:
paymentManagerId- The unique identifier of the payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the payment manager.
- Parameters:
name- The name of the payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the payment manager.
- Parameters:
description- The description of the payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerType
The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
- Parameters:
authorizerType- The type of authorizer used by the payment manager.-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
authorizerType
The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
- Parameters:
authorizerType- The type of authorizer used by the payment manager.-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
roleArn
The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the payment manager. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the payment manager. 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 manager. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.- Parameters:
status- The current status of the payment manager. 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:
-
createdAt
The timestamp when the payment manager was created.
- Parameters:
createdAt- The timestamp when the payment manager was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the payment manager was last updated.
- Parameters:
lastUpdatedAt- The timestamp when the payment manager was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-