Interface CreateAnalysisTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<CreateAnalysisTemplateRequest.Builder,
,CreateAnalysisTemplateRequest> SdkBuilder<CreateAnalysisTemplateRequest.Builder,
,CreateAnalysisTemplateRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAnalysisTemplateRequest
-
Method Summary
Modifier and TypeMethodDescriptionanalysisParameters
(Collection<AnalysisParameter> analysisParameters) The parameters of the analysis template.analysisParameters
(Consumer<AnalysisParameter.Builder>... analysisParameters) The parameters of the analysis template.analysisParameters
(AnalysisParameter... analysisParameters) The parameters of the analysis template.description
(String description) The description of the analysis template.errorMessageConfiguration
(Consumer<ErrorMessageConfiguration.Builder> errorMessageConfiguration) The configuration that specifies the level of detail in error messages returned by analyses using this template.errorMessageConfiguration
(ErrorMessageConfiguration errorMessageConfiguration) The configuration that specifies the level of detail in error messages returned by analyses using this template.The format of the analysis template.format
(AnalysisFormat format) The format of the analysis template.membershipIdentifier
(String membershipIdentifier) The identifier for a membership resource.The name of the analysis template.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schema
(Consumer<AnalysisSchema.Builder> schema) Sets the value of the Schema property for this object.schema
(AnalysisSchema schema) Sets the value of the Schema property for this object.source
(Consumer<AnalysisSource.Builder> source) The information in the analysis template.source
(AnalysisSource source) The information in the analysis template.An optional label that you can assign to a resource when you create it.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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:
-
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:
-
source
The information in the analysis template.
- Parameters:
source
- The information in the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The information in the analysis template.
This is a convenience method that creates an instance of theAnalysisSource.Builder
avoiding the need to create one manually viaAnalysisSource.builder()
.When the
Consumer
completes,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:
-
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
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.Builder
avoiding the need to create one manually viaAnalysisParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysisParameters(List<AnalysisParameter>)
.- 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:
-
schema
Sets the value of the Schema property for this object.- Parameters:
schema
- The new value for the Schema property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
Sets the value of the Schema property for this object. This is a convenience method that creates an instance of theAnalysisSchema.Builder
avoiding the need to create one manually viaAnalysisSchema.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschema(AnalysisSchema)
.- Parameters:
schema
- a consumer that will call methods onAnalysisSchema.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessageConfiguration
CreateAnalysisTemplateRequest.Builder errorMessageConfiguration(ErrorMessageConfiguration errorMessageConfiguration) The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to
DETAILED
, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.- Parameters:
errorMessageConfiguration
- The configuration that specifies the level of detail in error messages returned by analyses using this template. When set toDETAILED
, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessageConfiguration
default CreateAnalysisTemplateRequest.Builder errorMessageConfiguration(Consumer<ErrorMessageConfiguration.Builder> errorMessageConfiguration) The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to
This is a convenience method that creates an instance of theDETAILED
, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.ErrorMessageConfiguration.Builder
avoiding the need to create one manually viaErrorMessageConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrorMessageConfiguration(ErrorMessageConfiguration)
.- Parameters:
errorMessageConfiguration
- a consumer that will call methods onErrorMessageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateAnalysisTemplateRequest.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
CreateAnalysisTemplateRequest.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.
-