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