Interface TestTemplateSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestTemplateSummary.Builder,,TestTemplateSummary> SdkBuilder<TestTemplateSummary.Builder,,TestTemplateSummary> SdkPojo
- Enclosing class:
TestTemplateSummary
@Mutable
@NotThreadSafe
public static interface TestTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<TestTemplateSummary.Builder,TestTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the test template.The name of the test template.testTemplateArn(String testTemplateArn) The ARN of the test template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
testTemplateArn
The ARN of the test template.
- Parameters:
testTemplateArn- The ARN of the test template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the test template.
- Parameters:
name- The name of the test template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the test template.
- Parameters:
description- A description of the test template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-