Interface CreateTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateTemplateRequest.Builder,
,CreateTemplateRequest> QuickSightRequest.Builder
,SdkBuilder<CreateTemplateRequest.Builder,
,CreateTemplateRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateTemplateRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID for the Amazon Web Services account that the group is in.default CreateTemplateRequest.Builder
definition
(Consumer<TemplateVersionDefinition.Builder> definition) The definition of a template.definition
(TemplateVersionDefinition definition) The definition of a template.A display name for the template.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.permissions
(Collection<ResourcePermission> permissions) A list of resource permissions to be set on the template.permissions
(Consumer<ResourcePermission.Builder>... permissions) A list of resource permissions to be set on the template.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.sourceEntity
(TemplateSourceEntity sourceEntity) The entity that you are using as a source when you create the template.tags
(Collection<Tag> tags) Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.tags
(Consumer<Tag.Builder>... tags) Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.templateId
(String templateId) An ID for the template that you want to create.default CreateTemplateRequest.Builder
validationStrategy
(Consumer<ValidationStrategy.Builder> validationStrategy) TThe option to relax the validation needed to create a template with definition objects.validationStrategy
(ValidationStrategy validationStrategy) TThe option to relax the validation needed to create a template with definition objects.versionDescription
(String versionDescription) A description of the current template version being created.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awsAccountId
The ID for the Amazon Web Services account that the group is in. You use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that the group is in. You use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
An ID for the template that you want to create. This template is unique per Amazon Web Services Region; in each Amazon Web Services account.
- Parameters:
templateId
- An ID for the template that you want to create. This template is unique per Amazon Web Services Region; in each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A display name for the template.
- Parameters:
name
- A display name for the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A list of resource permissions to be set on the template.
- Parameters:
permissions
- A list of resource permissions to be set on the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A list of resource permissions to be set on the template.
- Parameters:
permissions
- A list of resource permissions to be set on the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A list of resource permissions to be set on the template.
This is a convenience method that creates an instance of theResourcePermission.Builder
avoiding the need to create one manually viaResourcePermission.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topermissions(List<ResourcePermission>)
.- Parameters:
permissions
- a consumer that will call methods onResourcePermission.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 orSourceAnalysis
for an analysis. Both of these require an Amazon Resource Name (ARN). ForSourceTemplate
, specify the ARN of the source template. ForSourceAnalysis
, specify the ARN of the source analysis. TheSourceTemplate
ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.Use the
DataSetReferences
entity withinSourceTemplate
orSourceAnalysis
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.Either a
SourceEntity
or aDefinition
must be provided in order for the request to be valid.- Parameters:
sourceEntity
- The entity that you are using as a source when you create the template. InSourceEntity
, you specify the type of object you're using as source:SourceTemplate
for a template orSourceAnalysis
for an analysis. Both of these require an Amazon Resource Name (ARN). ForSourceTemplate
, specify the ARN of the source template. ForSourceAnalysis
, specify the ARN of the source analysis. TheSourceTemplate
ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.Use the
DataSetReferences
entity withinSourceTemplate
orSourceAnalysis
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.Either a
SourceEntity
or aDefinition
must be provided in order for the request to be valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceEntity
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 orSourceAnalysis
for an analysis. Both of these require an Amazon Resource Name (ARN). ForSourceTemplate
, specify the ARN of the source template. ForSourceAnalysis
, specify the ARN of the source analysis. TheSourceTemplate
ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.Use the
DataSetReferences
entity withinSourceTemplate
orSourceAnalysis
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.Either a
This is a convenience method that creates an instance of theSourceEntity
or aDefinition
must be provided in order for the request to be valid.TemplateSourceEntity.Builder
avoiding the need to create one manually viaTemplateSourceEntity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosourceEntity(TemplateSourceEntity)
.- Parameters:
sourceEntity
- a consumer that will call methods onTemplateSourceEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- Parameters:
tags
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- Parameters:
tags
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 theVersionDescription
field.- Parameters:
versionDescription
- A description of the current template version being created. This API operation creates the first version of the template. Every timeUpdateTemplate
is called, a new version is created. Each version of the template maintains a description of the version in theVersionDescription
field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
The definition of a template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
Either a
SourceEntity
or aDefinition
must be provided in order for the request to be valid.- Parameters:
definition
- The definition of a template.A definition is the data model of all features in a Dashboard, Template, or Analysis.
Either a
SourceEntity
or aDefinition
must be provided in order for the request to be valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
default CreateTemplateRequest.Builder definition(Consumer<TemplateVersionDefinition.Builder> definition) The definition of a template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
Either a
This is a convenience method that creates an instance of theSourceEntity
or aDefinition
must be provided in order for the request to be valid.TemplateVersionDefinition.Builder
avoiding the need to create one manually viaTemplateVersionDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(TemplateVersionDefinition)
.- Parameters:
definition
- a consumer that will call methods onTemplateVersionDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationStrategy
TThe option to relax the validation needed to create a template with definition objects. This skips the validation step for specific errors.
- Parameters:
validationStrategy
- TThe option to relax the validation needed to create a template with definition objects. This skips the validation step for specific errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationStrategy
default CreateTemplateRequest.Builder validationStrategy(Consumer<ValidationStrategy.Builder> validationStrategy) TThe option to relax the validation needed to create a template with definition objects. This skips the validation step for specific errors.
This is a convenience method that creates an instance of theValidationStrategy.Builder
avoiding the need to create one manually viaValidationStrategy.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalidationStrategy(ValidationStrategy)
.- Parameters:
validationStrategy
- a consumer that will call methods onValidationStrategy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-