Interface UpdateIdentityProviderSettingsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateIdentityProviderSettingsRequest.Builder,,- UpdateIdentityProviderSettingsRequest> - LicenseManagerUserSubscriptionsRequest.Builder,- SdkBuilder<UpdateIdentityProviderSettingsRequest.Builder,,- UpdateIdentityProviderSettingsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateIdentityProviderSettingsRequest
- 
Method SummaryModifier and TypeMethodDescriptionidentityProvider(Consumer<IdentityProvider.Builder> identityProvider) Sets the value of the IdentityProvider property for this object.identityProvider(IdentityProvider identityProvider) Sets the value of the IdentityProvider property for this object.identityProviderArn(String identityProviderArn) The Amazon Resource Name (ARN) of the identity provider to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the user-based subscription product.updateSettings(Consumer<UpdateSettings.Builder> updateSettings) Updates the registered identity provider’s product related configuration settings.updateSettings(UpdateSettings updateSettings) Updates the registered identity provider’s product related configuration settings.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- 
identityProviderSets the value of the IdentityProvider property for this object.- Parameters:
- identityProvider- The new value for the IdentityProvider property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityProviderdefault UpdateIdentityProviderSettingsRequest.Builder identityProvider(Consumer<IdentityProvider.Builder> identityProvider) Sets the value of the IdentityProvider property for this object. 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:
 
- 
productThe name of the user-based subscription product. Valid values: VISUAL_STUDIO_ENTERPRISE|VISUAL_STUDIO_PROFESSIONAL|OFFICE_PROFESSIONAL_PLUS|REMOTE_DESKTOP_SERVICES- Parameters:
- product- The name of the user-based subscription product.- Valid values: - VISUAL_STUDIO_ENTERPRISE|- VISUAL_STUDIO_PROFESSIONAL|- OFFICE_PROFESSIONAL_PLUS|- REMOTE_DESKTOP_SERVICES
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityProviderArnThe Amazon Resource Name (ARN) of the identity provider to update. - Parameters:
- identityProviderArn- The Amazon Resource Name (ARN) of the identity provider to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateSettingsUpdates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the: - 
 Subnets which you want to add to provision VPC endpoints. 
- 
 Subnets which you want to remove the VPC endpoints from. 
- 
 Security group ID which permits traffic to the VPC endpoints. 
 - Parameters:
- updateSettings- Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:- 
        Subnets which you want to add to provision VPC endpoints. 
- 
        Subnets which you want to remove the VPC endpoints from. 
- 
        Security group ID which permits traffic to the VPC endpoints. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
updateSettingsdefault UpdateIdentityProviderSettingsRequest.Builder updateSettings(Consumer<UpdateSettings.Builder> updateSettings) Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the: - 
 Subnets which you want to add to provision VPC endpoints. 
- 
 Subnets which you want to remove the VPC endpoints from. 
- 
 Security group ID which permits traffic to the VPC endpoints. 
 UpdateSettings.Builderavoiding the need to create one manually viaUpdateSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupdateSettings(UpdateSettings).- Parameters:
- updateSettings- a consumer that will call methods on- UpdateSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
overrideConfigurationUpdateIdentityProviderSettingsRequest.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.
 
- 
overrideConfigurationUpdateIdentityProviderSettingsRequest.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.
 
 
-