Interface CreateLicenseServerEndpointResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateLicenseServerEndpointResponse.Builder,,- CreateLicenseServerEndpointResponse> - LicenseManagerUserSubscriptionsResponse.Builder,- SdkBuilder<CreateLicenseServerEndpointResponse.Builder,,- CreateLicenseServerEndpointResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateLicenseServerEndpointResponse
@Mutable
@NotThreadSafe
public static interface CreateLicenseServerEndpointResponse.Builder
extends LicenseManagerUserSubscriptionsResponse.Builder, SdkPojo, CopyableBuilder<CreateLicenseServerEndpointResponse.Builder,CreateLicenseServerEndpointResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionidentityProviderArn(String identityProviderArn) The Amazon Resource Name (ARN) of the identity provider specified in the request.licenseServerEndpointArn(String licenseServerEndpointArn) The ARN of theLicenseServerEndpointresource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
identityProviderArnThe Amazon Resource Name (ARN) of the identity provider specified in the request. - Parameters:
- identityProviderArn- The Amazon Resource Name (ARN) of the identity provider specified in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseServerEndpointArnCreateLicenseServerEndpointResponse.Builder licenseServerEndpointArn(String licenseServerEndpointArn) The ARN of the LicenseServerEndpointresource.- Parameters:
- licenseServerEndpointArn- The ARN of the- LicenseServerEndpointresource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-