Interface AnalysisTemplate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisTemplate.Builder,AnalysisTemplate>,SdkBuilder<AnalysisTemplate.Builder,AnalysisTemplate>,SdkPojo
- Enclosing class:
- AnalysisTemplate
public static interface AnalysisTemplate.Builder extends SdkPojo, CopyableBuilder<AnalysisTemplate.Builder,AnalysisTemplate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AnalysisTemplate.BuilderanalysisParameters(Collection<AnalysisParameter> analysisParameters)The parameters of the analysis template.AnalysisTemplate.BuilderanalysisParameters(Consumer<AnalysisParameter.Builder>... analysisParameters)The parameters of the analysis template.AnalysisTemplate.BuilderanalysisParameters(AnalysisParameter... analysisParameters)The parameters of the analysis template.AnalysisTemplate.Builderarn(String arn)The Amazon Resource Name (ARN) of the analysis template.AnalysisTemplate.BuildercollaborationArn(String collaborationArn)The unique ARN for the analysis template’s associated collaboration.AnalysisTemplate.BuildercollaborationId(String collaborationId)The unique ID for the associated collaboration of the analysis template.AnalysisTemplate.BuildercreateTime(Instant createTime)The time that the analysis template was created.AnalysisTemplate.Builderdescription(String description)The description of the analysis template.AnalysisTemplate.Builderformat(String format)The format of the analysis template.AnalysisTemplate.Builderformat(AnalysisFormat format)The format of the analysis template.AnalysisTemplate.Builderid(String id)The identifier for the analysis template.AnalysisTemplate.BuildermembershipArn(String membershipArn)The Amazon Resource Name (ARN) of the member who created the analysis template.AnalysisTemplate.BuildermembershipId(String membershipId)The identifier of a member who created the analysis template.AnalysisTemplate.Buildername(String name)The name of the analysis template.default AnalysisTemplate.Builderschema(Consumer<AnalysisSchema.Builder> schema)The entire schema object.AnalysisTemplate.Builderschema(AnalysisSchema schema)The entire schema object.default AnalysisTemplate.Buildersource(Consumer<AnalysisSource.Builder> source)The source of the analysis template.AnalysisTemplate.Buildersource(AnalysisSource source)The source of the analysis template.AnalysisTemplate.BuilderupdateTime(Instant updateTime)The time that the analysis template was last updated.-
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
-
id
AnalysisTemplate.Builder id(String id)
The identifier for the analysis template.
- Parameters:
id- The identifier for the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
AnalysisTemplate.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
- Parameters:
arn- The Amazon Resource Name (ARN) of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
AnalysisTemplate.Builder collaborationId(String collaborationId)
The unique ID for the associated collaboration of the analysis template.
- Parameters:
collaborationId- The unique ID for the associated collaboration of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
AnalysisTemplate.Builder collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
- Parameters:
collaborationArn- The unique ARN for the analysis template’s associated collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
AnalysisTemplate.Builder membershipId(String membershipId)
The identifier of a member who created the analysis template.
- Parameters:
membershipId- The identifier of a member who created the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
AnalysisTemplate.Builder membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the analysis template.
- Parameters:
membershipArn- The Amazon Resource Name (ARN) of the member who created the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AnalysisTemplate.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.
-
name
AnalysisTemplate.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.
-
createTime
AnalysisTemplate.Builder createTime(Instant createTime)
The time that the analysis template was created.
- Parameters:
createTime- The time that the analysis template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AnalysisTemplate.Builder updateTime(Instant updateTime)
The time that the analysis template was last updated.
- Parameters:
updateTime- The time that the analysis template was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
AnalysisTemplate.Builder schema(AnalysisSchema schema)
The entire schema object.
- Parameters:
schema- The entire schema object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
default AnalysisTemplate.Builder schema(Consumer<AnalysisSchema.Builder> schema)
The entire schema object.
This is a convenience method that creates an instance of theAnalysisSchema.Builderavoiding the need to create one manually viaAnalysisSchema.builder().When the
Consumercompletes,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:
schema(AnalysisSchema)
-
format
AnalysisTemplate.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
AnalysisTemplate.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
AnalysisTemplate.Builder source(AnalysisSource source)
The source of the analysis template.
- Parameters:
source- The source of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
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.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)
-
analysisParameters
AnalysisTemplate.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
AnalysisTemplate.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
AnalysisTemplate.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)
-
-