Interface CfnCollaboration.PaymentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCollaboration.PaymentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnCollaboration
@Stability(Stable)
public static interface CfnCollaboration.PaymentConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
An object representing the collaboration member's payment responsibilities set by the collaboration creator.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
PaymentConfigurationProperty paymentConfigurationProperty = PaymentConfigurationProperty.builder()
.queryCompute(QueryComputePaymentConfigProperty.builder()
.isResponsible(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCollaboration.PaymentConfigurationPropertystatic final classAn implementation forCfnCollaboration.PaymentConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getQueryCompute
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.- See Also:
-
builder
-