public static interface UpdateIdentityProviderSettingsRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateIdentityProviderSettingsRequest.Builder,UpdateIdentityProviderSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIdentityProviderSettingsRequest.Builder identityProvider(IdentityProvider identityProvider)
identityProvider - The new value for the IdentityProvider property for this object.default UpdateIdentityProviderSettingsRequest.Builder identityProvider(Consumer<IdentityProvider.Builder> identityProvider)
IdentityProvider.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)UpdateIdentityProviderSettingsRequest.Builder product(String product)
The name of the user-based subscription product.
product - The name of the user-based subscription product.UpdateIdentityProviderSettingsRequest.Builder updateSettings(UpdateSettings 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 - 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.
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 via UpdateSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to updateSettings(UpdateSettings).
updateSettings - a consumer that will call methods on UpdateSettings.BuilderupdateSettings(UpdateSettings)UpdateIdentityProviderSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIdentityProviderSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.