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 theIdentityProvider
resource that contains details about a registered identity provider.licenseServerSettings
(Consumer<LicenseServerSettings.Builder> licenseServerSettings) TheLicenseServerSettings
resource to create for the endpoint.licenseServerSettings
(LicenseServerSettings licenseServerSettings) TheLicenseServerSettings
resource 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
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
-
identityProviderArn
The Amazon Resource Name (ARN) that identifies the
IdentityProvider
resource 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 theIdentityProvider
resource 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
LicenseServerSettings
resource 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
- TheLicenseServerSettings
resource 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 theLicenseServerSettings
resource 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.Builder
avoiding the need to create one manually viaLicenseServerSettings.builder()
.When the
Consumer
completes,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.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
CreateLicenseServerEndpointRequest.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.
-