Interface CreateLicenseServerEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLicenseServerEndpointRequest.Builder,,CreateLicenseServerEndpointRequest> LicenseManagerUserSubscriptionsRequest.Builder,SdkBuilder<CreateLicenseServerEndpointRequest.Builder,,CreateLicenseServerEndpointRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateLicenseServerEndpointRequest
-
Method Summary
Modifier and TypeMethodDescriptionidentityProviderArn(String identityProviderArn) The Amazon Resource Name (ARN) that identifies theIdentityProviderresource that contains details about a registered identity provider.licenseServerSettings(Consumer<LicenseServerSettings.Builder> licenseServerSettings) TheLicenseServerSettingsresource to create for the endpoint.licenseServerSettings(LicenseServerSettings licenseServerSettings) TheLicenseServerSettingsresource to create for the endpoint.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The tags that apply for the license server endpoint.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identityProviderArn
The Amazon Resource Name (ARN) that identifies the
IdentityProviderresource that contains details about a registered identity provider. In the case of Active Directory, that can be a self-managed Active Directory or an Amazon Web Services Managed Active Directory that contains user identity details.- Parameters:
identityProviderArn- The Amazon Resource Name (ARN) that identifies theIdentityProviderresource that contains details about a registered identity provider. In the case of Active Directory, that can be a self-managed Active Directory or an Amazon Web Services Managed Active Directory that contains user identity details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseServerSettings
CreateLicenseServerEndpointRequest.Builder licenseServerSettings(LicenseServerSettings licenseServerSettings) The
LicenseServerSettingsresource to create for the endpoint. The settings include the type of license server and the Secrets Manager secret that enables administrators to add or remove users associated with the license server.- Parameters:
licenseServerSettings- TheLicenseServerSettingsresource to create for the endpoint. The settings include the type of license server and the Secrets Manager secret that enables administrators to add or remove users associated with the license server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseServerSettings
default CreateLicenseServerEndpointRequest.Builder licenseServerSettings(Consumer<LicenseServerSettings.Builder> licenseServerSettings) The
This is a convenience method that creates an instance of theLicenseServerSettingsresource to create for the endpoint. The settings include the type of license server and the Secrets Manager secret that enables administrators to add or remove users associated with the license server.LicenseServerSettings.Builderavoiding the need to create one manually viaLicenseServerSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolicenseServerSettings(LicenseServerSettings).- Parameters:
licenseServerSettings- a consumer that will call methods onLicenseServerSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags that apply for the license server endpoint.
- Parameters:
tags- The tags that apply for the license server endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLicenseServerEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateLicenseServerEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-