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 SummaryModifier 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.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- 
identityProviderArnThe 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 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseServerSettingsCreateLicenseServerEndpointRequest.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- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseServerSettingsdefault 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 on- LicenseServerSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsThe 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.
 
- 
overrideConfigurationCreateLicenseServerEndpointRequest.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.
 
- 
overrideConfigurationCreateLicenseServerEndpointRequest.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.
 
 
-