public static interface CreateProvisioningTemplateVersionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateProvisioningTemplateVersionResponse.Builder,CreateProvisioningTemplateVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateProvisioningTemplateVersionResponse.Builder |
isDefaultVersion(Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version, otherwise false.
|
CreateProvisioningTemplateVersionResponse.Builder |
templateArn(String templateArn)
The ARN that identifies the provisioning template.
|
CreateProvisioningTemplateVersionResponse.Builder |
templateName(String templateName)
The name of the fleet provisioning template.
|
CreateProvisioningTemplateVersionResponse.Builder |
versionId(Integer versionId)
The version of the fleet provisioning template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProvisioningTemplateVersionResponse.Builder templateArn(String templateArn)
The ARN that identifies the provisioning template.
templateArn - The ARN that identifies the provisioning template.CreateProvisioningTemplateVersionResponse.Builder templateName(String templateName)
The name of the fleet provisioning template.
templateName - The name of the fleet provisioning template.CreateProvisioningTemplateVersionResponse.Builder versionId(Integer versionId)
The version of the fleet provisioning template.
versionId - The version of the fleet provisioning template.CreateProvisioningTemplateVersionResponse.Builder isDefaultVersion(Boolean isDefaultVersion)
True if the fleet provisioning template version is the default version, otherwise false.
isDefaultVersion - True if the fleet provisioning template version is the default version, otherwise false.Copyright © 2021. All rights reserved.