public static interface StartProductSubscriptionRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<StartProductSubscriptionRequest.Builder,StartProductSubscriptionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartProductSubscriptionRequest.Builder domain(String domain)
The domain name of the user.
domain - The domain name of the user.StartProductSubscriptionRequest.Builder identityProvider(IdentityProvider identityProvider)
An object that specifies details for the identity provider.
identityProvider - An object that specifies details for the identity provider.default StartProductSubscriptionRequest.Builder identityProvider(Consumer<IdentityProvider.Builder> identityProvider)
An object that specifies details for the identity provider.
This is a convenience method that creates an instance of theIdentityProvider.Builder avoiding the
need to create one manually via IdentityProvider.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to identityProvider(IdentityProvider).
identityProvider - a consumer that will call methods on IdentityProvider.BuilderidentityProvider(IdentityProvider)StartProductSubscriptionRequest.Builder product(String product)
The name of the user-based subscription product.
product - The name of the user-based subscription product.StartProductSubscriptionRequest.Builder username(String username)
The user name from the identity provider of the user.
username - The user name from the identity provider of the user.StartProductSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartProductSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.