Interface TemplateSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateSummary.Builder,,TemplateSummary> SdkBuilder<TemplateSummary.Builder,,TemplateSummary> SdkPojo
- Enclosing class:
TemplateSummary
@Mutable
@NotThreadSafe
public static interface TemplateSummary.Builder
extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionfirewallType(String firewallType) The firewall type associated with the resource.firewallType(TemplateFirewallType firewallType) The firewall type associated with the resource.hasPublishedVersion(Boolean hasPublishedVersion) Specifies whether a published version of the resource exists.The current status of the resource:DRAFT(unpublished, editable) orACTIVE(published, in use).status(EntityStatus status) The current status of the resource:DRAFT(unpublished, editable) orACTIVE(published, in use).templateArn(String templateArn) The Amazon Resource Name (ARN) of the template.templateId(String templateId) The service-generated id of the template.templateName(String templateName) The name of the template.The time when the resource was last updated.The version of the resource.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
-
templateId
The service-generated id of the template.
- Parameters:
templateId- The service-generated id of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
The Amazon Resource Name (ARN) of the template.
- Parameters:
templateArn- The Amazon Resource Name (ARN) of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The name of the template.
- Parameters:
templateName- The name of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the resource:
DRAFT(unpublished, editable) orACTIVE(published, in use).- Parameters:
status- The current status of the resource:DRAFT(unpublished, editable) orACTIVE(published, in use).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the resource:
DRAFT(unpublished, editable) orACTIVE(published, in use).- Parameters:
status- The current status of the resource:DRAFT(unpublished, editable) orACTIVE(published, in use).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the resource.
- Parameters:
version- The version of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasPublishedVersion
Specifies whether a published version of the resource exists.
- Parameters:
hasPublishedVersion- Specifies whether a published version of the resource exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallType
The firewall type associated with the resource.
- Parameters:
firewallType- The firewall type associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallType
The firewall type associated with the resource.
- Parameters:
firewallType- The firewall type associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.
- Parameters:
updatedAt- The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-