Interface CreateLicenseServerEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateLicenseServerEndpointResponse.Builder,CreateLicenseServerEndpointResponse>,LicenseManagerUserSubscriptionsResponse.Builder,SdkBuilder<CreateLicenseServerEndpointResponse.Builder,CreateLicenseServerEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateLicenseServerEndpointResponse
public static interface CreateLicenseServerEndpointResponse.Builder extends LicenseManagerUserSubscriptionsResponse.Builder, SdkPojo, CopyableBuilder<CreateLicenseServerEndpointResponse.Builder,CreateLicenseServerEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLicenseServerEndpointResponse.BuilderidentityProviderArn(String identityProviderArn)The Amazon Resource Name (ARN) of the identity provider specified in the request.CreateLicenseServerEndpointResponse.BuilderlicenseServerEndpointArn(String licenseServerEndpointArn)The ARN of theLicenseServerEndpointresource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
identityProviderArn
CreateLicenseServerEndpointResponse.Builder identityProviderArn(String identityProviderArn)
The 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.
-
licenseServerEndpointArn
CreateLicenseServerEndpointResponse.Builder licenseServerEndpointArn(String licenseServerEndpointArn)
The ARN of the
LicenseServerEndpointresource.- Parameters:
licenseServerEndpointArn- The ARN of theLicenseServerEndpointresource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-