Interface ProvisioningProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProvisioningProfileSummary.Builder,
,ProvisioningProfileSummary> SdkBuilder<ProvisioningProfileSummary.Builder,
,ProvisioningProfileSummary> SdkPojo
- Enclosing class:
ProvisioningProfileSummary
@Mutable
@NotThreadSafe
public static interface ProvisioningProfileSummary.Builder
extends SdkPojo, CopyableBuilder<ProvisioningProfileSummary.Builder,ProvisioningProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.The identifier of the provisioning profile.The name of the provisioning template.provisioningType
(String provisioningType) The type of provisioning workflow the device uses for onboarding to IoT managed integrations.provisioningType
(ProvisioningType provisioningType) The type of provisioning workflow the device uses for onboarding to IoT managed integrations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the provisioning template.
- Parameters:
name
- The name of the provisioning template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the provisioning profile.
- Parameters:
id
- The identifier of the provisioning profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningType
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
- Parameters:
provisioningType
- The type of provisioning workflow the device uses for onboarding to IoT managed integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisioningType
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
- Parameters:
provisioningType
- The type of provisioning workflow the device uses for onboarding to IoT managed integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-