Interface CreateLicenseServerEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLicenseServerEndpointRequest.Builder,CreateLicenseServerEndpointRequest>,LicenseManagerUserSubscriptionsRequest.Builder,SdkBuilder<CreateLicenseServerEndpointRequest.Builder,CreateLicenseServerEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLicenseServerEndpointRequest
public static interface CreateLicenseServerEndpointRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<CreateLicenseServerEndpointRequest.Builder,CreateLicenseServerEndpointRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
identityProviderArn
CreateLicenseServerEndpointRequest.Builder identityProviderArn(String 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:
licenseServerSettings(LicenseServerSettings)
-
tags
CreateLicenseServerEndpointRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLicenseServerEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-