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 fleet provisioning template summary was created.
|
ProvisioningTemplateSummary.Builder |
description(String description)
The description of the fleet 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 fleet provisioning template summary was last modified.
|
ProvisioningTemplateSummary.Builder |
templateArn(String templateArn)
The ARN of the fleet provisioning template.
|
ProvisioningTemplateSummary.Builder |
templateName(String templateName)
The name of the fleet provisioning template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProvisioningTemplateSummary.Builder templateArn(String templateArn)
The ARN of the fleet provisioning template.
templateArn
- The ARN of the fleet provisioning template.ProvisioningTemplateSummary.Builder templateName(String templateName)
The name of the fleet provisioning template.
templateName
- The name of the fleet provisioning template.ProvisioningTemplateSummary.Builder description(String description)
The description of the fleet provisioning template.
description
- The description of the fleet provisioning template.ProvisioningTemplateSummary.Builder creationDate(Instant creationDate)
The date when the fleet provisioning template summary was created.
creationDate
- The date when the fleet provisioning template summary was created.ProvisioningTemplateSummary.Builder lastModifiedDate(Instant lastModifiedDate)
The date when the fleet provisioning template summary was last modified.
lastModifiedDate
- The date when the fleet 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.Copyright © 2021. All rights reserved.