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