Interface CreateProvisioningProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateProvisioningProfileRequest.Builder,
,CreateProvisioningProfileRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<CreateProvisioningProfileRequest.Builder,
,CreateProvisioningProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateProvisioningProfileRequest
@Mutable
@NotThreadSafe
public static interface CreateProvisioningProfileRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateProvisioningProfileRequest.Builder,CreateProvisioningProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncaCertificate
(String caCertificate) The id of the certificate authority (CA) certificate.clientToken
(String clientToken) An idempotency token.The name of the provisioning template.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.A set of key/value pairs that are used to manage the provisioning profile.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
build
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
-
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:
-
caCertificate
The id of the certificate authority (CA) certificate.
- Parameters:
caCertificate
- The id of the certificate authority (CA) certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
clientToken
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Parameters:
clientToken
- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.- 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.
-
overrideConfiguration
CreateProvisioningProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProvisioningProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-