Interface AutoSubscriptionConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AutoSubscriptionConfiguration.Builder,,AutoSubscriptionConfiguration> SdkBuilder<AutoSubscriptionConfiguration.Builder,,AutoSubscriptionConfiguration> SdkPojo
- Enclosing class:
 AutoSubscriptionConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptionautoSubscribe(String autoSubscribe) Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.autoSubscribe(AutoSubscriptionStatus autoSubscribe) Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.defaultSubscriptionType(String defaultSubscriptionType) Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management.defaultSubscriptionType(SubscriptionType defaultSubscriptionType) Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management.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
- 
autoSubscribe
Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.
- Parameters:
 autoSubscribe- Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
autoSubscribe
Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.
- Parameters:
 autoSubscribe- Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
defaultSubscriptionType
Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for
autoSubscribeis set toENABLEDyou must select a value for this field.- Parameters:
 defaultSubscriptionType- Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value forautoSubscribeis set toENABLEDyou must select a value for this field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
defaultSubscriptionType
AutoSubscriptionConfiguration.Builder defaultSubscriptionType(SubscriptionType defaultSubscriptionType) Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for
autoSubscribeis set toENABLEDyou must select a value for this field.- Parameters:
 defaultSubscriptionType- Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value forautoSubscribeis set toENABLEDyou must select a value for this field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -