Interface CreateAnalysisTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateAnalysisTemplateRequest.Builder,CreateAnalysisTemplateRequest>,SdkBuilder<CreateAnalysisTemplateRequest.Builder,CreateAnalysisTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAnalysisTemplateRequest
public static interface CreateAnalysisTemplateRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateAnalysisTemplateRequest.Builder,CreateAnalysisTemplateRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
CreateAnalysisTemplateRequest.Builder description(String description)
The description of the analysis template.
- Parameters:
description- The description of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
CreateAnalysisTemplateRequest.Builder membershipIdentifier(String membershipIdentifier)
The identifier for a membership resource.
- Parameters:
membershipIdentifier- The identifier for a membership resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAnalysisTemplateRequest.Builder name(String name)
The name of the analysis template.
- Parameters:
name- The name of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
CreateAnalysisTemplateRequest.Builder format(String format)
The format of the analysis template.
- Parameters:
format- The format of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalysisFormat,AnalysisFormat
-
format
CreateAnalysisTemplateRequest.Builder format(AnalysisFormat format)
The format of the analysis template.
- Parameters:
format- The format of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalysisFormat,AnalysisFormat
-
source
CreateAnalysisTemplateRequest.Builder source(AnalysisSource source)
The information in the analysis template. Currently supports
text, the query text for the analysis template.- Parameters:
source- The information in the analysis template. Currently supportstext, the query text for the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
default CreateAnalysisTemplateRequest.Builder source(Consumer<AnalysisSource.Builder> source)
The information in the analysis template. Currently supports
This is a convenience method that creates an instance of thetext, the query text for the analysis template.AnalysisSource.Builderavoiding the need to create one manually viaAnalysisSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(AnalysisSource).- Parameters:
source- a consumer that will call methods onAnalysisSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
source(AnalysisSource)
-
tags
CreateAnalysisTemplateRequest.Builder tags(Map<String,String> tags)
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Parameters:
tags- An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisParameters
CreateAnalysisTemplateRequest.Builder analysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
- Parameters:
analysisParameters- The parameters of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisParameters
CreateAnalysisTemplateRequest.Builder analysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
- Parameters:
analysisParameters- The parameters of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisParameters
CreateAnalysisTemplateRequest.Builder analysisParameters(Consumer<AnalysisParameter.Builder>... analysisParameters)
The parameters of the analysis template.
This is a convenience method that creates an instance of theAnalysisParameter.Builderavoiding the need to create one manually viaAnalysisParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#analysisParameters(List.) - Parameters:
analysisParameters- a consumer that will call methods onAnalysisParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#analysisParameters(java.util.Collection)
-
overrideConfiguration
CreateAnalysisTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAnalysisTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-