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 Summary
Modifier 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.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsRequest.Builder
build
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
-
identityProvider
Sets 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.
-
identityProvider
default 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.Builder
avoiding the need to create one manually viaIdentityProvider.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidentityProvider(IdentityProvider)
.- Parameters:
identityProvider
- a consumer that will call methods onIdentityProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identityProviderArn
The 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.
-
product
The 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.
-
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.
- 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.
-
-
updateSettings
default 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.Builder
avoiding the need to create one manually viaUpdateSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateSettings(UpdateSettings)
.- Parameters:
updateSettings
- a consumer that will call methods onUpdateSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
UpdateIdentityProviderSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateIdentityProviderSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-