public static interface AnalysisTemplate.Builder extends SdkPojo, CopyableBuilder<AnalysisTemplate.Builder,AnalysisTemplate>
| Modifier and Type | Method and Description |
|---|---|
AnalysisTemplate.Builder |
analysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
|
AnalysisTemplate.Builder |
analysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
AnalysisTemplate.Builder |
analysisParameters(Consumer<AnalysisParameter.Builder>... analysisParameters)
The parameters of the analysis template.
|
AnalysisTemplate.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
AnalysisTemplate.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
|
AnalysisTemplate.Builder |
collaborationId(String collaborationId)
The unique ID for the associated collaboration of the analysis template.
|
AnalysisTemplate.Builder |
createTime(Instant createTime)
The time that the analysis template was created.
|
AnalysisTemplate.Builder |
description(String description)
The description of the analysis template.
|
AnalysisTemplate.Builder |
format(AnalysisFormat format)
The format of the analysis template.
|
AnalysisTemplate.Builder |
format(String format)
The format of the analysis template.
|
AnalysisTemplate.Builder |
id(String id)
The identifier for the analysis template.
|
AnalysisTemplate.Builder |
membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the analysis template.
|
AnalysisTemplate.Builder |
membershipId(String membershipId)
The identifier of a member who created the analysis template.
|
AnalysisTemplate.Builder |
name(String name)
The name of the analysis template.
|
AnalysisTemplate.Builder |
schema(AnalysisSchema schema)
The entire schema object.
|
default AnalysisTemplate.Builder |
schema(Consumer<AnalysisSchema.Builder> schema)
The entire schema object.
|
AnalysisTemplate.Builder |
source(AnalysisSource source)
The source of the analysis template.
|
default AnalysisTemplate.Builder |
source(Consumer<AnalysisSource.Builder> source)
The source of the analysis template.
|
AnalysisTemplate.Builder |
updateTime(Instant updateTime)
The time that the analysis template was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisTemplate.Builder id(String id)
The identifier for the analysis template.
id - The identifier for the analysis template.AnalysisTemplate.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn - The Amazon Resource Name (ARN) of the analysis template.AnalysisTemplate.Builder collaborationId(String collaborationId)
The unique ID for the associated collaboration of the analysis template.
collaborationId - The unique ID for the associated collaboration of the analysis template.AnalysisTemplate.Builder collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
collaborationArn - The unique ARN for the analysis template’s associated collaboration.AnalysisTemplate.Builder membershipId(String membershipId)
The identifier of a member who created the analysis template.
membershipId - The identifier of a member who created the analysis template.AnalysisTemplate.Builder membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the analysis template.
membershipArn - The Amazon Resource Name (ARN) of the member who created the analysis template.AnalysisTemplate.Builder description(String description)
The description of the analysis template.
description - The description of the analysis template.AnalysisTemplate.Builder name(String name)
The name of the analysis template.
name - The name of the analysis template.AnalysisTemplate.Builder createTime(Instant createTime)
The time that the analysis template was created.
createTime - The time that the analysis template was created.AnalysisTemplate.Builder updateTime(Instant updateTime)
The time that the analysis template was last updated.
updateTime - The time that the analysis template was last updated.AnalysisTemplate.Builder schema(AnalysisSchema schema)
The entire schema object.
schema - The entire schema object.default AnalysisTemplate.Builder schema(Consumer<AnalysisSchema.Builder> schema)
The entire schema object.
This is a convenience method that creates an instance of theAnalysisSchema.Builder avoiding the need
to create one manually via AnalysisSchema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to schema(AnalysisSchema).
schema - a consumer that will call methods on AnalysisSchema.Builderschema(AnalysisSchema)AnalysisTemplate.Builder format(String format)
The format of the analysis template.
format - The format of the analysis template.AnalysisFormat,
AnalysisFormatAnalysisTemplate.Builder format(AnalysisFormat format)
The format of the analysis template.
format - The format of the analysis template.AnalysisFormat,
AnalysisFormatAnalysisTemplate.Builder source(AnalysisSource source)
The source of the analysis template.
source - The source of the analysis template.default AnalysisTemplate.Builder source(Consumer<AnalysisSource.Builder> source)
The source of the analysis template.
This is a convenience method that creates an instance of theAnalysisSource.Builder avoiding the need
to create one manually via AnalysisSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(AnalysisSource).
source - a consumer that will call methods on AnalysisSource.Buildersource(AnalysisSource)AnalysisTemplate.Builder analysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
analysisParameters - The parameters of the analysis template.AnalysisTemplate.Builder analysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
analysisParameters - The parameters of the analysis template.AnalysisTemplate.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 via AnalysisParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #analysisParameters(List.
analysisParameters - a consumer that will call methods on
AnalysisParameter.Builder#analysisParameters(java.util.Collection) Copyright © 2023. All rights reserved.