Interface CreatePaymentManagerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<CreatePaymentManagerResponse.Builder,,CreatePaymentManagerResponse> SdkBuilder<CreatePaymentManagerResponse.Builder,,CreatePaymentManagerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreatePaymentManagerResponse
-
Method Summary
Modifier and TypeMethodDescriptionauthorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) Sets the value of the AuthorizerConfiguration property for this object.authorizerConfiguration(AuthorizerConfiguration authorizerConfiguration) Sets the value of the AuthorizerConfiguration property for this object.authorizerType(String authorizerType) The type of authorizer for the created payment manager.authorizerType(PaymentsAuthorizerType authorizerType) The type of authorizer for the created payment manager.The timestamp when the payment manager was created.The name of the created payment manager.paymentManagerArn(String paymentManagerArn) The Amazon Resource Name (ARN) of the created payment manager.paymentManagerId(String paymentManagerId) The unique identifier of the created payment manager.The Amazon Resource Name (ARN) of the IAM role associated with the created payment manager.The current status of the payment manager.status(PaymentManagerStatus status) The current status of the payment manager.The tags associated with the created payment manager.workloadIdentityDetails(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) Sets the value of the WorkloadIdentityDetails property for this object.workloadIdentityDetails(WorkloadIdentityDetails workloadIdentityDetails) Sets the value of the WorkloadIdentityDetails property for this object.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
-
paymentManagerArn
The Amazon Resource Name (ARN) of the created payment manager.
- Parameters:
paymentManagerArn- The Amazon Resource Name (ARN) of the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentManagerId
The unique identifier of the created payment manager.
- Parameters:
paymentManagerId- The unique identifier of the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the created payment manager.
- Parameters:
name- The name of the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerType
The type of authorizer for the created payment manager.
- Parameters:
authorizerType- The type of authorizer for the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerType
The type of authorizer for the created payment manager.
- Parameters:
authorizerType- The type of authorizer for the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerConfiguration
CreatePaymentManagerResponse.Builder authorizerConfiguration(AuthorizerConfiguration authorizerConfiguration) Sets the value of the AuthorizerConfiguration property for this object.- Parameters:
authorizerConfiguration- The new value for the AuthorizerConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerConfiguration
default CreatePaymentManagerResponse.Builder authorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) Sets the value of the AuthorizerConfiguration property for this object. This is a convenience method that creates an instance of theAuthorizerConfiguration.Builderavoiding the need to create one manually viaAuthorizerConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizerConfiguration(AuthorizerConfiguration).- Parameters:
authorizerConfiguration- a consumer that will call methods onAuthorizerConfiguration.Builder- 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 created payment manager.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role associated with the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
CreatePaymentManagerResponse.Builder workloadIdentityDetails(WorkloadIdentityDetails workloadIdentityDetails) Sets the value of the WorkloadIdentityDetails property for this object.- Parameters:
workloadIdentityDetails- The new value for the WorkloadIdentityDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
default CreatePaymentManagerResponse.Builder workloadIdentityDetails(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) Sets the value of the WorkloadIdentityDetails property for this object. This is a convenience method that creates an instance of theWorkloadIdentityDetails.Builderavoiding the need to create one manually viaWorkloadIdentityDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkloadIdentityDetails(WorkloadIdentityDetails).- Parameters:
workloadIdentityDetails- a consumer that will call methods onWorkloadIdentityDetails.Builder- 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.
-
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:
-
tags
The tags associated with the created payment manager.
- Parameters:
tags- The tags associated with the created payment manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-