Class CfnServiceTemplateMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.proton.CfnServiceTemplateMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceTemplateMixinProps>
- Enclosing interface:
CfnServiceTemplateMixinProps
@Stability(Stable)
public static final class CfnServiceTemplateMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceTemplateMixinProps>
A builder for
CfnServiceTemplateMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnServiceTemplateMixinProps.getDescription()displayName(String displayName) Sets the value ofCfnServiceTemplateMixinProps.getDisplayName()encryptionKey(String encryptionKey) Sets the value ofCfnServiceTemplateMixinProps.getEncryptionKey()Sets the value ofCfnServiceTemplateMixinProps.getName()pipelineProvisioning(String pipelineProvisioning) Sets the value ofCfnServiceTemplateMixinProps.getPipelineProvisioning()Sets the value ofCfnServiceTemplateMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnServiceTemplateMixinProps.getDescription()- Parameters:
description- A description of the service template.- Returns:
this
-
displayName
Sets the value ofCfnServiceTemplateMixinProps.getDisplayName()- Parameters:
displayName- The service template name as displayed in the developer interface.- Returns:
this
-
encryptionKey
Sets the value ofCfnServiceTemplateMixinProps.getEncryptionKey()- Parameters:
encryptionKey- The customer provided service template encryption key that's used to encrypt data.- Returns:
this
-
name
Sets the value ofCfnServiceTemplateMixinProps.getName()- Parameters:
name- The name of the service template.- Returns:
this
-
pipelineProvisioning
@Stability(Stable) public CfnServiceTemplateMixinProps.Builder pipelineProvisioning(String pipelineProvisioning) Sets the value ofCfnServiceTemplateMixinProps.getPipelineProvisioning()- Parameters:
pipelineProvisioning- IfpipelineProvisioningistrue, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.- Returns:
this
-
tags
Sets the value ofCfnServiceTemplateMixinProps.getTags()- Parameters:
tags- An object that includes the template bundle S3 bucket path and name for the new version of a service template.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceTemplateMixinProps>- Returns:
- a new instance of
CfnServiceTemplateMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-