Interface CreatePaymentCredentialProviderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<CreatePaymentCredentialProviderResponse.Builder,,CreatePaymentCredentialProviderResponse> SdkBuilder<CreatePaymentCredentialProviderResponse.Builder,,CreatePaymentCredentialProviderResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreatePaymentCredentialProviderResponse
@Mutable
@NotThreadSafe
public static interface CreatePaymentCredentialProviderResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreatePaymentCredentialProviderResponse.Builder,CreatePaymentCredentialProviderResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncredentialProviderArn(String credentialProviderArn) The Amazon Resource Name (ARN) of the created payment credential provider.credentialProviderVendor(String credentialProviderVendor) The vendor type for the created payment credential provider.credentialProviderVendor(PaymentCredentialProviderVendorType credentialProviderVendor) The vendor type for the created payment credential provider.The name of the created payment credential provider.providerConfigurationOutput(Consumer<PaymentProviderConfigurationOutput.Builder> providerConfigurationOutput) Output configuration (contains secret ARNs, excludes actual secret values).providerConfigurationOutput(PaymentProviderConfigurationOutput providerConfigurationOutput) Output configuration (contains secret ARNs, excludes actual secret values).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
-
name
The name of the created payment credential provider.
- Parameters:
name- The name of the created payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialProviderVendor
CreatePaymentCredentialProviderResponse.Builder credentialProviderVendor(String credentialProviderVendor) The vendor type for the created payment credential provider.
- Parameters:
credentialProviderVendor- The vendor type for the created payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderVendor
CreatePaymentCredentialProviderResponse.Builder credentialProviderVendor(PaymentCredentialProviderVendorType credentialProviderVendor) The vendor type for the created payment credential provider.
- Parameters:
credentialProviderVendor- The vendor type for the created payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderArn
The Amazon Resource Name (ARN) of the created payment credential provider.
- Parameters:
credentialProviderArn- The Amazon Resource Name (ARN) of the created payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerConfigurationOutput
CreatePaymentCredentialProviderResponse.Builder providerConfigurationOutput(PaymentProviderConfigurationOutput providerConfigurationOutput) Output configuration (contains secret ARNs, excludes actual secret values).
- Parameters:
providerConfigurationOutput- Output configuration (contains secret ARNs, excludes actual secret values).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerConfigurationOutput
default CreatePaymentCredentialProviderResponse.Builder providerConfigurationOutput(Consumer<PaymentProviderConfigurationOutput.Builder> providerConfigurationOutput) Output configuration (contains secret ARNs, excludes actual secret values).
This is a convenience method that creates an instance of thePaymentProviderConfigurationOutput.Builderavoiding the need to create one manually viaPaymentProviderConfigurationOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviderConfigurationOutput(PaymentProviderConfigurationOutput).- Parameters:
providerConfigurationOutput- a consumer that will call methods onPaymentProviderConfigurationOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-