Interface StripePrivyConfigurationOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StripePrivyConfigurationOutput.Builder,,StripePrivyConfigurationOutput> SdkBuilder<StripePrivyConfigurationOutput.Builder,,StripePrivyConfigurationOutput> SdkPojo
- Enclosing class:
StripePrivyConfigurationOutput
@Mutable
@NotThreadSafe
public static interface StripePrivyConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<StripePrivyConfigurationOutput.Builder,StripePrivyConfigurationOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe app ID provided by Privy.appSecretArn(Consumer<Secret.Builder> appSecretArn) Sets the value of the AppSecretArn property for this object.appSecretArn(Secret appSecretArn) Sets the value of the AppSecretArn property for this object.authorizationId(String authorizationId) The authorization ID for the Stripe Privy integration.authorizationPrivateKeyArn(Consumer<Secret.Builder> authorizationPrivateKeyArn) Sets the value of the AuthorizationPrivateKeyArn property for this object.authorizationPrivateKeyArn(Secret authorizationPrivateKeyArn) Sets the value of the AuthorizationPrivateKeyArn property for this object.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
-
appId
The app ID provided by Privy.
- Parameters:
appId- The app ID provided by Privy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appSecretArn
Sets the value of the AppSecretArn property for this object.- Parameters:
appSecretArn- The new value for the AppSecretArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appSecretArn
Sets the value of the AppSecretArn property for this object. This is a convenience method that creates an instance of theSecret.Builderavoiding the need to create one manually viaSecret.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappSecretArn(Secret).- Parameters:
appSecretArn- a consumer that will call methods onSecret.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationPrivateKeyArn
StripePrivyConfigurationOutput.Builder authorizationPrivateKeyArn(Secret authorizationPrivateKeyArn) Sets the value of the AuthorizationPrivateKeyArn property for this object.- Parameters:
authorizationPrivateKeyArn- The new value for the AuthorizationPrivateKeyArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationPrivateKeyArn
default StripePrivyConfigurationOutput.Builder authorizationPrivateKeyArn(Consumer<Secret.Builder> authorizationPrivateKeyArn) Sets the value of the AuthorizationPrivateKeyArn property for this object. This is a convenience method that creates an instance of theSecret.Builderavoiding the need to create one manually viaSecret.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizationPrivateKeyArn(Secret).- Parameters:
authorizationPrivateKeyArn- a consumer that will call methods onSecret.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationId
The authorization ID for the Stripe Privy integration.
- Parameters:
authorizationId- The authorization ID for the Stripe Privy integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-