Interface GetProvisioningProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetProvisioningProfileResponse.Builder,,GetProvisioningProfileResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<GetProvisioningProfileResponse.Builder,,GetProvisioningProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetProvisioningProfileResponse
@Mutable
@NotThreadSafe
public static interface GetProvisioningProfileResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetProvisioningProfileResponse.Builder,GetProvisioningProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the provisioning profile.claimCertificate(String claimCertificate) The body of the PEM-encoded claim certificate.The provisioning profile id.The name of the provisioning profile.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.The status of a provisioning profile.status(ProvisioningProfileStatus status) The status of a provisioning profile.A set of key/value pairs that are used to manage the provisioning profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the provisioning profile.
- Parameters:
arn- The Amazon Resource Name (ARN) of the provisioning profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the provisioning profile.
- Parameters:
name- The name of 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:
-
id
The provisioning profile id.
- Parameters:
id- The provisioning profile id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a provisioning profile.
- Parameters:
status- The status of a provisioning profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a provisioning profile.
- Parameters:
status- The status of a provisioning profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
claimCertificate
The body of the PEM-encoded claim certificate.
- Parameters:
claimCertificate- The body of the PEM-encoded claim certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of key/value pairs that are used to manage the provisioning profile.
- Parameters:
tags- A set of key/value pairs that are used to manage the provisioning profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-