@Stability(value=Stable) public static final class CfnAssistantProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAssistantProps>
CfnAssistantProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAssistantProps |
build()
Builds the configured instance.
|
CfnAssistantProps.Builder |
description(String description)
Sets the value of
CfnAssistantProps.getDescription() |
CfnAssistantProps.Builder |
name(String name)
Sets the value of
CfnAssistantProps.getName() |
CfnAssistantProps.Builder |
serverSideEncryptionConfiguration(CfnAssistant.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
Sets the value of
CfnAssistantProps.getServerSideEncryptionConfiguration() |
CfnAssistantProps.Builder |
serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
Sets the value of
CfnAssistantProps.getServerSideEncryptionConfiguration() |
CfnAssistantProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAssistantProps.getTags() |
CfnAssistantProps.Builder |
type(String type)
Sets the value of
CfnAssistantProps.getType() |
@Stability(value=Stable) public CfnAssistantProps.Builder name(String name)
CfnAssistantProps.getName()name - The name of the assistant. This parameter is required.this@Stability(value=Stable) public CfnAssistantProps.Builder type(String type)
CfnAssistantProps.getType()type - The type of assistant. This parameter is required.this@Stability(value=Stable) public CfnAssistantProps.Builder description(String description)
CfnAssistantProps.getDescription()description - The description of the assistant.this@Stability(value=Stable) public CfnAssistantProps.Builder serverSideEncryptionConfiguration(CfnAssistant.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
CfnAssistantProps.getServerSideEncryptionConfiguration()serverSideEncryptionConfiguration - The KMS key used for encryption.this@Stability(value=Stable) public CfnAssistantProps.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
CfnAssistantProps.getServerSideEncryptionConfiguration()serverSideEncryptionConfiguration - The KMS key used for encryption.this@Stability(value=Stable) public CfnAssistantProps.Builder tags(List<? extends CfnTag> tags)
CfnAssistantProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnAssistantProps build()
build in interface software.amazon.jsii.Builder<CfnAssistantProps>CfnAssistantPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.