public static interface DescribeProvisioningTemplateResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeProvisioningTemplateResponse.Builder,DescribeProvisioningTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisioningTemplateResponse.Builder |
creationDate(Instant creationDate)
The date when the provisioning template was created.
|
DescribeProvisioningTemplateResponse.Builder |
defaultVersionId(Integer defaultVersionId)
The default fleet template version ID.
|
DescribeProvisioningTemplateResponse.Builder |
description(String description)
The description of the provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
enabled(Boolean enabled)
True if the provisioning template is enabled, otherwise false.
|
DescribeProvisioningTemplateResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date when the provisioning template was last modified.
|
default DescribeProvisioningTemplateResponse.Builder |
preProvisioningHook(Consumer<ProvisioningHook.Builder> preProvisioningHook)
Gets information about a pre-provisioned hook.
|
DescribeProvisioningTemplateResponse.Builder |
preProvisioningHook(ProvisioningHook preProvisioningHook)
Gets information about a pre-provisioned hook.
|
DescribeProvisioningTemplateResponse.Builder |
provisioningRoleArn(String provisioningRoleArn)
The ARN of the role associated with the provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
templateArn(String templateArn)
The ARN of the provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
templateBody(String templateBody)
The JSON formatted contents of the provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
templateName(String templateName)
The name of the provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
type(String type)
The type you define in a provisioning template.
|
DescribeProvisioningTemplateResponse.Builder |
type(TemplateType type)
The type you define in a provisioning template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProvisioningTemplateResponse.Builder templateArn(String templateArn)
The ARN of the provisioning template.
templateArn - The ARN of the provisioning template.DescribeProvisioningTemplateResponse.Builder templateName(String templateName)
The name of the provisioning template.
templateName - The name of the provisioning template.DescribeProvisioningTemplateResponse.Builder description(String description)
The description of the provisioning template.
description - The description of the provisioning template.DescribeProvisioningTemplateResponse.Builder creationDate(Instant creationDate)
The date when the provisioning template was created.
creationDate - The date when the provisioning template was created.DescribeProvisioningTemplateResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date when the provisioning template was last modified.
lastModifiedDate - The date when the provisioning template was last modified.DescribeProvisioningTemplateResponse.Builder defaultVersionId(Integer defaultVersionId)
The default fleet template version ID.
defaultVersionId - The default fleet template version ID.DescribeProvisioningTemplateResponse.Builder templateBody(String templateBody)
The JSON formatted contents of the provisioning template.
templateBody - The JSON formatted contents of the provisioning template.DescribeProvisioningTemplateResponse.Builder enabled(Boolean enabled)
True if the provisioning template is enabled, otherwise false.
enabled - True if the provisioning template is enabled, otherwise false.DescribeProvisioningTemplateResponse.Builder provisioningRoleArn(String provisioningRoleArn)
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
provisioningRoleArn - The ARN of the role associated with the provisioning template. This IoT role grants permission to
provision a device.DescribeProvisioningTemplateResponse.Builder preProvisioningHook(ProvisioningHook preProvisioningHook)
Gets information about a pre-provisioned hook.
preProvisioningHook - Gets information about a pre-provisioned hook.default DescribeProvisioningTemplateResponse.Builder preProvisioningHook(Consumer<ProvisioningHook.Builder> preProvisioningHook)
Gets information about a pre-provisioned hook.
This is a convenience method that creates an instance of theProvisioningHook.Builder avoiding the
need to create one manually via ProvisioningHook.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to preProvisioningHook(ProvisioningHook).
preProvisioningHook - a consumer that will call methods on ProvisioningHook.BuilderpreProvisioningHook(ProvisioningHook)DescribeProvisioningTemplateResponse.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,
TemplateTypeDescribeProvisioningTemplateResponse.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 © 2022. All rights reserved.