Interface UpdateIdentityProviderSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIdentityProviderSettingsRequest.Builder,UpdateIdentityProviderSettingsRequest>,LicenseManagerUserSubscriptionsRequest.Builder,SdkBuilder<UpdateIdentityProviderSettingsRequest.Builder,UpdateIdentityProviderSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIdentityProviderSettingsRequest
public static interface UpdateIdentityProviderSettingsRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateIdentityProviderSettingsRequest.Builder,UpdateIdentityProviderSettingsRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
identityProvider
UpdateIdentityProviderSettingsRequest.Builder identityProvider(IdentityProvider 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.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 onIdentityProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
identityProvider(IdentityProvider)
-
product
UpdateIdentityProviderSettingsRequest.Builder product(String product)
The name of the user-based subscription product.
- Parameters:
product- The name of the user-based subscription product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateSettings
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.
- 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.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 onUpdateSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
updateSettings(UpdateSettings)
-
-
overrideConfiguration
UpdateIdentityProviderSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIdentityProviderSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-