Interface RotatePaymentConnectorCredentialsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<RotatePaymentConnectorCredentialsResponse.Builder,,RotatePaymentConnectorCredentialsResponse> SdkBuilder<RotatePaymentConnectorCredentialsResponse.Builder,,RotatePaymentConnectorCredentialsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RotatePaymentConnectorCredentialsResponse
@Mutable
@NotThreadSafe
public static interface RotatePaymentConnectorCredentialsResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<RotatePaymentConnectorCredentialsResponse.Builder,RotatePaymentConnectorCredentialsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt(Instant lastUpdatedAt) The timestamp when the payment connector was last updated, which is when the rotation completed.paymentConnectorId(String paymentConnectorId) The unique identifier of the payment connector.paymentManagerId(String paymentManagerId) The unique identifier of the parent payment manager.The current status of the payment connector, which isREADYafter a successful rotation.status(PaymentConnectorStatus status) The current status of the payment connector, which isREADYafter a successful rotation.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
paymentManagerId
The unique identifier of the parent payment manager.
- Parameters:
paymentManagerId- The unique identifier of the parent payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the payment connector was last updated, which is when the rotation completed.
- Parameters:
lastUpdatedAt- The timestamp when the payment connector was last updated, which is when the rotation completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the payment connector, which is
READYafter a successful rotation.- Parameters:
status- The current status of the payment connector, which isREADYafter a successful rotation.- 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, which is
READYafter a successful rotation.- Parameters:
status- The current status of the payment connector, which isREADYafter a successful rotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-