public static final class CfnAssistant.Builder
extends java.lang.Object
CfnAssistant
.Modifier and Type | Method and Description |
---|---|
CfnAssistant |
build() |
static CfnAssistant.Builder |
create(Construct scope,
java.lang.String id) |
CfnAssistant.Builder |
description(java.lang.String description)
The description of the assistant.
|
CfnAssistant.Builder |
name(java.lang.String name)
The name of the assistant.
|
CfnAssistant.Builder |
serverSideEncryptionConfiguration(CfnAssistant.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
CfnAssistant.Builder |
serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
CfnAssistant.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
CfnAssistant.Builder |
type(java.lang.String type)
The type of assistant.
|
public static CfnAssistant.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
.public CfnAssistant.Builder name(java.lang.String name)
name
- The name of the assistant. This parameter is required.this
public CfnAssistant.Builder type(java.lang.String type)
type
- The type of assistant. This parameter is required.this
public CfnAssistant.Builder description(java.lang.String description)
description
- The description of the assistant. This parameter is required.this
public CfnAssistant.Builder serverSideEncryptionConfiguration(CfnAssistant.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
serverSideEncryptionConfiguration
- The KMS key used for encryption. This parameter is required.this
public CfnAssistant.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
serverSideEncryptionConfiguration
- The KMS key used for encryption. This parameter is required.this
public CfnAssistant.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags used to organize, track, or control access for this resource. This parameter is required.this
public CfnAssistant build()