Class LicenseEndpointReference.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.LicenseEndpointReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LicenseEndpointReference>
- Enclosing interface:
LicenseEndpointReference
@Stability(Stable)
public static final class LicenseEndpointReference.Builder
extends Object
implements software.amazon.jsii.Builder<LicenseEndpointReference>
A builder for
LicenseEndpointReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.licenseEndpointArn(String licenseEndpointArn) Sets the value ofLicenseEndpointReference.getLicenseEndpointArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
licenseEndpointArn
@Stability(Stable) public LicenseEndpointReference.Builder licenseEndpointArn(String licenseEndpointArn) Sets the value ofLicenseEndpointReference.getLicenseEndpointArn()- Parameters:
licenseEndpointArn- The Arn of the LicenseEndpoint resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LicenseEndpointReference>- Returns:
- a new instance of
LicenseEndpointReference - Throws:
NullPointerException- if any required attribute was not provided
-