public static interface CreateTemplateRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateRequest.Builder,CreateTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTemplateRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
CreateTemplateRequest.Builder |
name(String name)
A display name for the template.
|
CreateTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTemplateRequest.Builder |
permissions(Collection<ResourcePermission> permissions)
A list of resource permissions to be set on the template.
|
CreateTemplateRequest.Builder |
permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions to be set on the template.
|
CreateTemplateRequest.Builder |
permissions(ResourcePermission... permissions)
A list of resource permissions to be set on the template.
|
default CreateTemplateRequest.Builder |
sourceEntity(Consumer<TemplateSourceEntity.Builder> sourceEntity)
The entity that you are using as a source when you create the template.
|
CreateTemplateRequest.Builder |
sourceEntity(TemplateSourceEntity sourceEntity)
The entity that you are using as a source when you create the template.
|
CreateTemplateRequest.Builder |
tags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateTemplateRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateTemplateRequest.Builder |
tags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateTemplateRequest.Builder |
templateId(String templateId)
An ID for the template that you want to create.
|
CreateTemplateRequest.Builder |
versionDescription(String versionDescription)
A description of the current template version being created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTemplateRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId - The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.CreateTemplateRequest.Builder templateId(String templateId)
An ID for the template that you want to create. This template is unique per AWS Region in each AWS account.
templateId - An ID for the template that you want to create. This template is unique per AWS Region in each AWS
account.CreateTemplateRequest.Builder name(String name)
A display name for the template.
name - A display name for the template.CreateTemplateRequest.Builder permissions(Collection<ResourcePermission> permissions)
A list of resource permissions to be set on the template.
permissions - A list of resource permissions to be set on the template.CreateTemplateRequest.Builder permissions(ResourcePermission... permissions)
A list of resource permissions to be set on the template.
permissions - A list of resource permissions to be set on the template.CreateTemplateRequest.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions to be set on the template.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #permissions(List) .permissions - a consumer that will call methods on List.Builder #permissions(List) CreateTemplateRequest.Builder sourceEntity(TemplateSourceEntity sourceEntity)
The entity that you are using as a source when you create the template. In SourceEntity, you
specify the type of object you're using as source: SourceTemplate for a template or
SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For
SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify
the ARN of the source analysis. The SourceTemplate ARN can contain any AWS Account and any
QuickSight-supported AWS Region.
Use the DataSetReferences entity within SourceTemplate or
SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The
schema in each dataset must match its placeholder.
sourceEntity - The entity that you are using as a source when you create the template. In SourceEntity,
you specify the type of object you're using as source: SourceTemplate for a template or
SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For
SourceTemplate, specify the ARN of the source template. For SourceAnalysis,
specify the ARN of the source analysis. The SourceTemplate ARN can contain any AWS
Account and any QuickSight-supported AWS Region.
Use the DataSetReferences entity within SourceTemplate or
SourceAnalysis to list the replacement datasets for the placeholders listed in the
original. The schema in each dataset must match its placeholder.
default CreateTemplateRequest.Builder sourceEntity(Consumer<TemplateSourceEntity.Builder> sourceEntity)
The entity that you are using as a source when you create the template. In SourceEntity, you
specify the type of object you're using as source: SourceTemplate for a template or
SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For
SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify
the ARN of the source analysis. The SourceTemplate ARN can contain any AWS Account and any
QuickSight-supported AWS Region.
Use the DataSetReferences entity within SourceTemplate or
SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The
schema in each dataset must match its placeholder.
TemplateSourceEntity.Builder avoiding the need
to create one manually via TemplateSourceEntity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceEntity(TemplateSourceEntity).sourceEntity - a consumer that will call methods on TemplateSourceEntity.BuildersourceEntity(TemplateSourceEntity)CreateTemplateRequest.Builder tags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
tags - Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.CreateTemplateRequest.Builder tags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
tags - Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.CreateTemplateRequest.Builder tags(Consumer<Tag.Builder>... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateTemplateRequest.Builder versionDescription(String versionDescription)
A description of the current template version being created. This API operation creates the first version of
the template. Every time UpdateTemplate is called, a new version is created. Each version of the
template maintains a description of the version in the VersionDescription field.
versionDescription - A description of the current template version being created. This API operation creates the first
version of the template. Every time UpdateTemplate is called, a new version is created.
Each version of the template maintains a description of the version in the
VersionDescription field.CreateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.