Interface TemplateActiveVersionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateActiveVersionRequest.Builder,TemplateActiveVersionRequest>,SdkBuilder<TemplateActiveVersionRequest.Builder,TemplateActiveVersionRequest>,SdkPojo
- Enclosing class:
- TemplateActiveVersionRequest
public static interface TemplateActiveVersionRequest.Builder extends SdkPojo, CopyableBuilder<TemplateActiveVersionRequest.Builder,TemplateActiveVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateActiveVersionRequest.Builderversion(String version)The version of the message template to use as the active version of the template.-
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
-
version
TemplateActiveVersionRequest.Builder version(String version)
The version of the message template to use as the active version of the template. Valid values are: latest, for the most recent version of the template; or, the unique identifier for any existing version of the template. If you specify an identifier, the value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.
- Parameters:
version- The version of the message template to use as the active version of the template. Valid values are: latest, for the most recent version of the template; or, the unique identifier for any existing version of the template. If you specify an identifier, the value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-