public static interface ProvisioningTemplateSummary.Builder extends SdkPojo, CopyableBuilder<ProvisioningTemplateSummary.Builder,ProvisioningTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
ProvisioningTemplateSummary.Builder |
creationDate(Instant creationDate)
The date when the provisioning template summary was created.
|
ProvisioningTemplateSummary.Builder |
description(String description)
The description of the provisioning template.
|
ProvisioningTemplateSummary.Builder |
enabled(Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
|
ProvisioningTemplateSummary.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date when the provisioning template summary was last modified.
|
ProvisioningTemplateSummary.Builder |
templateArn(String templateArn)
The ARN of the provisioning template.
|
ProvisioningTemplateSummary.Builder |
templateName(String templateName)
The name of the provisioning template.
|
ProvisioningTemplateSummary.Builder |
type(String type)
The type you define in a provisioning template.
|
ProvisioningTemplateSummary.Builder |
type(TemplateType type)
The type you define in a provisioning template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisioningTemplateSummary.Builder templateArn(String templateArn)
The ARN of the provisioning template.
templateArn - The ARN of the provisioning template.ProvisioningTemplateSummary.Builder templateName(String templateName)
The name of the provisioning template.
templateName - The name of the provisioning template.ProvisioningTemplateSummary.Builder description(String description)
The description of the provisioning template.
description - The description of the provisioning template.ProvisioningTemplateSummary.Builder creationDate(Instant creationDate)
The date when the provisioning template summary was created.
creationDate - The date when the provisioning template summary was created.ProvisioningTemplateSummary.Builder lastModifiedDate(Instant lastModifiedDate)
The date when the provisioning template summary was last modified.
lastModifiedDate - The date when the provisioning template summary was last modified.ProvisioningTemplateSummary.Builder enabled(Boolean enabled)
True if the fleet provision template is enabled, otherwise false.
enabled - True if the fleet provision template is enabled, otherwise false.ProvisioningTemplateSummary.Builder type(String type)
The type you define in a provisioning template. You can create a template with only one type. You can't
change the template type after its creation. The default value is FLEET_PROVISIONING. For more
information about provisioning template, see: Provisioning
template.
type - The type you define in a provisioning template. You can create a template with only one type. You
can't change the template type after its creation. The default value is
FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning
template.TemplateType,
TemplateTypeProvisioningTemplateSummary.Builder type(TemplateType type)
The type you define in a provisioning template. You can create a template with only one type. You can't
change the template type after its creation. The default value is FLEET_PROVISIONING. For more
information about provisioning template, see: Provisioning
template.
type - The type you define in a provisioning template. You can create a template with only one type. You
can't change the template type after its creation. The default value is
FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning
template.TemplateType,
TemplateTypeCopyright © 2023. All rights reserved.