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 SummaryModifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID for the Amazon Web Services account that the group is in.default CreateTemplateRequest.Builderdefinition(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.BuildersourceEntity(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.BuildervalidationStrategy(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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe 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 Quick Sight 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 Quick Sight account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
templateIdAn 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.
 
- 
nameA 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.
 
- 
permissionsA 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.
 
- 
permissionsA 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.
 
- 
permissionsA list of resource permissions to be set on the template. This is a convenience method that creates an instance of theResourcePermission.Builderavoiding the need to create one manually viaResourcePermission.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topermissions(List<ResourcePermission>).- Parameters:
- permissions- a consumer that will call methods on- ResourcePermission.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceEntityThe 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:SourceTemplatefor a template orSourceAnalysisfor 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. TheSourceTemplateARN can contain any Amazon Web Services account and any Quick Sight-supported Amazon Web Services Region.Use the DataSetReferencesentity withinSourceTemplateorSourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.Either a SourceEntityor aDefinitionmust 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. In- SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor 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- SourceTemplateARN can contain any Amazon Web Services account and any Quick Sight-supported Amazon Web Services Region.- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust 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.
 
- 
sourceEntitydefault 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:SourceTemplatefor a template orSourceAnalysisfor 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. TheSourceTemplateARN can contain any Amazon Web Services account and any Quick Sight-supported Amazon Web Services Region.Use the DataSetReferencesentity withinSourceTemplateorSourceAnalysisto 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 theSourceEntityor aDefinitionmust be provided in order for the request to be valid.TemplateSourceEntity.Builderavoiding the need to create one manually viaTemplateSourceEntity.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceEntity(TemplateSourceEntity).- Parameters:
- sourceEntity- a consumer that will call methods on- TemplateSourceEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsContains 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.
 
- 
tagsContains 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.
 
- 
tagsContains 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.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
versionDescriptionA description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.- Parameters:
- versionDescription- A description of the current template version being created. This API operation creates the first version of the template. Every time- UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in the- VersionDescriptionfield.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionThe definition of a template. A definition is the data model of all features in a Dashboard, Template, or Analysis. Either a SourceEntityor aDefinitionmust 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 - SourceEntityor a- Definitionmust 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.
 
- 
definitiondefault 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 theSourceEntityor aDefinitionmust be provided in order for the request to be valid.TemplateVersionDefinition.Builderavoiding the need to create one manually viaTemplateVersionDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(TemplateVersionDefinition).- Parameters:
- definition- a consumer that will call methods on- TemplateVersionDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
validationStrategyTThe 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.
 
- 
validationStrategydefault 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.Builderavoiding the need to create one manually viaValidationStrategy.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalidationStrategy(ValidationStrategy).- Parameters:
- validationStrategy- a consumer that will call methods on- ValidationStrategy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-