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 Amazon Resource Name (ARN) of the source entity from which this template is being created.
|
CreateTemplateRequest.Builder |
sourceEntity(TemplateSourceEntity sourceEntity)
The Amazon Resource Name (ARN) of the source entity from which this template is being created.
|
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 Amazon Resource Name (ARN) of the source entity from which this template is being created. Currently, you can create a template from an analysis or another template. If the ARN is for an analysis, include its dataset references.
sourceEntity - The Amazon Resource Name (ARN) of the source entity from which this template is being created.
Currently, you can create a template from an analysis or another template. If the ARN is for an
analysis, include its dataset references.default CreateTemplateRequest.Builder sourceEntity(Consumer<TemplateSourceEntity.Builder> sourceEntity)
The Amazon Resource Name (ARN) of the source entity from which this template is being created. Currently, you can create a template from an analysis or another template. If the ARN is for an analysis, include its dataset references.
This is a convenience that creates an instance of theTemplateSourceEntity.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.