Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CreatePaymentInstrumentRequest.Builder
Packages that use CreatePaymentInstrumentRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of CreatePaymentInstrumentRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type CreatePaymentInstrumentRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.createPaymentInstrument(Consumer<CreatePaymentInstrumentRequest.Builder> createPaymentInstrumentRequest) Create a new payment instrument for a connector.default CreatePaymentInstrumentResponseBedrockAgentCoreClient.createPaymentInstrument(Consumer<CreatePaymentInstrumentRequest.Builder> createPaymentInstrumentRequest) Create a new payment instrument for a connector. -
Uses of CreatePaymentInstrumentRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CreatePaymentInstrumentRequest.BuilderModifier and TypeMethodDescriptionThe agent name associated with this request, used for observability.CreatePaymentInstrumentRequest.builder()CreatePaymentInstrumentRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreatePaymentInstrumentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePaymentInstrumentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreatePaymentInstrumentRequest.Builder.paymentConnectorId(String paymentConnectorId) The ID of the payment connector to use for this instrument.CreatePaymentInstrumentRequest.Builder.paymentInstrumentDetails(Consumer<PaymentInstrumentDetails.Builder> paymentInstrumentDetails) The details of the payment instrument.CreatePaymentInstrumentRequest.Builder.paymentInstrumentDetails(PaymentInstrumentDetails paymentInstrumentDetails) The details of the payment instrument.CreatePaymentInstrumentRequest.Builder.paymentInstrumentType(String paymentInstrumentType) The type of payment instrument being created.CreatePaymentInstrumentRequest.Builder.paymentInstrumentType(PaymentInstrumentType paymentInstrumentType) The type of payment instrument being created.CreatePaymentInstrumentRequest.Builder.paymentManagerArn(String paymentManagerArn) The ARN of the payment manager that owns this payment instrument.CreatePaymentInstrumentRequest.toBuilder()The user ID associated with this payment instrument.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CreatePaymentInstrumentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePaymentInstrumentRequest.Builder>CreatePaymentInstrumentRequest.serializableBuilderClass()