Interface SubscriptionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubscriptionDetails.Builder,
,SubscriptionDetails> SdkBuilder<SubscriptionDetails.Builder,
,SubscriptionDetails> SdkPojo
- Enclosing class:
SubscriptionDetails
@Mutable
@NotThreadSafe
public static interface SubscriptionDetails.Builder
extends SdkPojo, CopyableBuilder<SubscriptionDetails.Builder,SubscriptionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of an Amazon Q Business subscription.type
(SubscriptionType type) The type of an Amazon Q Business subscription.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of an Amazon Q Business subscription.
- Parameters:
type
- The type of an Amazon Q Business subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of an Amazon Q Business subscription.
- Parameters:
type
- The type of an Amazon Q Business subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-