Interface DisassociateUserRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DisassociateUserRequest.Builder,,- DisassociateUserRequest> - LicenseManagerUserSubscriptionsRequest.Builder,- SdkBuilder<DisassociateUserRequest.Builder,,- DisassociateUserRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DisassociateUserRequest
@Mutable
@NotThreadSafe
public static interface DisassociateUserRequest.Builder
extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateUserRequest.Builder,DisassociateUserRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe domain name of the Active Directory that contains information for the user to disassociate.default DisassociateUserRequest.BuilderidentityProvider(Consumer<IdentityProvider.Builder> identityProvider) An object that specifies details for the Active Directory identity provider.identityProvider(IdentityProvider identityProvider) An object that specifies details for the Active Directory identity provider.instanceId(String instanceId) The ID of the EC2 instance which provides user-based subscriptions.instanceUserArn(String instanceUserArn) The Amazon Resource Name (ARN) of the user to disassociate from the EC2 instance.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The user name from the Active Directory identity provider for the user.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
usernameThe user name from the Active Directory identity provider for the user. - Parameters:
- username- The user name from the Active Directory identity provider for the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
instanceIdThe ID of the EC2 instance which provides user-based subscriptions. - Parameters:
- instanceId- The ID of the EC2 instance which provides user-based subscriptions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityProviderAn object that specifies details for the Active Directory identity provider. - Parameters:
- identityProvider- An object that specifies details for the Active Directory identity provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityProviderdefault DisassociateUserRequest.Builder identityProvider(Consumer<IdentityProvider.Builder> identityProvider) An object that specifies details for the Active Directory identity provider. This is a convenience method that creates an instance of theIdentityProvider.Builderavoiding the need to create one manually viaIdentityProvider.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityProvider(IdentityProvider).- Parameters:
- identityProvider- a consumer that will call methods on- IdentityProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceUserArnThe Amazon Resource Name (ARN) of the user to disassociate from the EC2 instance. - Parameters:
- instanceUserArn- The Amazon Resource Name (ARN) of the user to disassociate from the EC2 instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainThe domain name of the Active Directory that contains information for the user to disassociate. - Parameters:
- domain- The domain name of the Active Directory that contains information for the user to disassociate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDisassociateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDisassociateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-