public static interface CollaborationAnalysisTemplate.Builder extends SdkPojo, CopyableBuilder<CollaborationAnalysisTemplate.Builder,CollaborationAnalysisTemplate>
| Modifier and Type | Method and Description |
|---|---|
CollaborationAnalysisTemplate.Builder |
analysisParameters(AnalysisParameter... analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CollaborationAnalysisTemplate.Builder |
analysisParameters(Collection<AnalysisParameter> analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CollaborationAnalysisTemplate.Builder |
analysisParameters(Consumer<AnalysisParameter.Builder>... analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CollaborationAnalysisTemplate.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
|
CollaborationAnalysisTemplate.Builder |
collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to.
|
CollaborationAnalysisTemplate.Builder |
createTime(Instant createTime)
The time that the analysis template within a collaboration was created.
|
CollaborationAnalysisTemplate.Builder |
creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
CollaborationAnalysisTemplate.Builder |
description(String description)
The description of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
format(AnalysisFormat format)
The format of the analysis template in the collaboration.
|
CollaborationAnalysisTemplate.Builder |
format(String format)
The format of the analysis template in the collaboration.
|
CollaborationAnalysisTemplate.Builder |
id(String id)
The identifier of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
name(String name)
The name of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
schema(AnalysisSchema schema)
The entire schema object.
|
default CollaborationAnalysisTemplate.Builder |
schema(Consumer<AnalysisSchema.Builder> schema)
The entire schema object.
|
CollaborationAnalysisTemplate.Builder |
source(AnalysisSource source)
The source of the analysis template within a collaboration.
|
default CollaborationAnalysisTemplate.Builder |
source(Consumer<AnalysisSource.Builder> source)
The source of the analysis template within a collaboration.
|
CollaborationAnalysisTemplate.Builder |
updateTime(Instant updateTime)
The time that the analysis template in the collaboration was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollaborationAnalysisTemplate.Builder id(String id)
The identifier of the analysis template.
id - The identifier of the analysis template.CollaborationAnalysisTemplate.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn - The Amazon Resource Name (ARN) of the analysis template.CollaborationAnalysisTemplate.Builder collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationId - A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
collaboration ID.CollaborationAnalysisTemplate.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.CollaborationAnalysisTemplate.Builder description(String description)
The description of the analysis template.
description - The description of the analysis template.CollaborationAnalysisTemplate.Builder creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
creatorAccountId - The identifier used to reference members of the collaboration. Currently only supports Amazon Web
Services account ID.CollaborationAnalysisTemplate.Builder name(String name)
The name of the analysis template.
name - The name of the analysis template.CollaborationAnalysisTemplate.Builder createTime(Instant createTime)
The time that the analysis template within a collaboration was created.
createTime - The time that the analysis template within a collaboration was created.CollaborationAnalysisTemplate.Builder updateTime(Instant updateTime)
The time that the analysis template in the collaboration was last updated.
updateTime - The time that the analysis template in the collaboration was last updated.CollaborationAnalysisTemplate.Builder schema(AnalysisSchema schema)
The entire schema object.
schema - The entire schema object.default CollaborationAnalysisTemplate.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)CollaborationAnalysisTemplate.Builder format(String format)
The format of the analysis template in the collaboration.
format - The format of the analysis template in the collaboration.AnalysisFormat,
AnalysisFormatCollaborationAnalysisTemplate.Builder format(AnalysisFormat format)
The format of the analysis template in the collaboration.
format - The format of the analysis template in the collaboration.AnalysisFormat,
AnalysisFormatCollaborationAnalysisTemplate.Builder source(AnalysisSource source)
The source of the analysis template within a collaboration.
source - The source of the analysis template within a collaboration.default CollaborationAnalysisTemplate.Builder source(Consumer<AnalysisSource.Builder> source)
The source of the analysis template within a collaboration.
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)CollaborationAnalysisTemplate.Builder analysisParameters(Collection<AnalysisParameter> analysisParameters)
The analysis parameters that have been specified in the analysis template.
analysisParameters - The analysis parameters that have been specified in the analysis template.CollaborationAnalysisTemplate.Builder analysisParameters(AnalysisParameter... analysisParameters)
The analysis parameters that have been specified in the analysis template.
analysisParameters - The analysis parameters that have been specified in the analysis template.CollaborationAnalysisTemplate.Builder analysisParameters(Consumer<AnalysisParameter.Builder>... analysisParameters)
The analysis parameters that have been specified in 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.