Interface CreateCertificateProviderRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateCertificateProviderRequest.Builder,,CreateCertificateProviderRequest> IotRequest.Builder,SdkBuilder<CreateCertificateProviderRequest.Builder,,CreateCertificateProviderRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateCertificateProviderRequest
- 
Method Summary
Modifier and TypeMethodDescriptionaccountDefaultForOperations(Collection<CertificateProviderOperation> accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates.accountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates.accountDefaultForOperationsWithStrings(String... accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates.accountDefaultForOperationsWithStrings(Collection<String> accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates.certificateProviderName(String certificateProviderName) The name of the certificate provider.clientToken(String clientToken) A string that you can optionally pass in theCreateCertificateProviderrequest to make sure the request is idempotent.lambdaFunctionArn(String lambdaFunctionArn) The ARN of the Lambda function that defines the authentication logic.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) Metadata which can be used to manage the certificate provider.tags(Consumer<Tag.Builder>... tags) Metadata which can be used to manage the certificate provider.Metadata which can be used to manage the certificate provider.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
certificateProviderName
The name of the certificate provider.
- Parameters:
 certificateProviderName- The name of the certificate provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lambdaFunctionArn
The ARN of the Lambda function that defines the authentication logic.
- Parameters:
 lambdaFunctionArn- The ARN of the Lambda function that defines the authentication logic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountDefaultForOperationsWithStrings
CreateCertificateProviderRequest.Builder accountDefaultForOperationsWithStrings(Collection<String> accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr.- Parameters:
 accountDefaultForOperations- A list of the operations that the certificate provider will use to generate certificates. Valid value:CreateCertificateFromCsr.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountDefaultForOperationsWithStrings
CreateCertificateProviderRequest.Builder accountDefaultForOperationsWithStrings(String... accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr.- Parameters:
 accountDefaultForOperations- A list of the operations that the certificate provider will use to generate certificates. Valid value:CreateCertificateFromCsr.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountDefaultForOperations
CreateCertificateProviderRequest.Builder accountDefaultForOperations(Collection<CertificateProviderOperation> accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr.- Parameters:
 accountDefaultForOperations- A list of the operations that the certificate provider will use to generate certificates. Valid value:CreateCertificateFromCsr.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountDefaultForOperations
CreateCertificateProviderRequest.Builder accountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations) A list of the operations that the certificate provider will use to generate certificates. Valid value:
CreateCertificateFromCsr.- Parameters:
 accountDefaultForOperations- A list of the operations that the certificate provider will use to generate certificates. Valid value:CreateCertificateFromCsr.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientToken
A string that you can optionally pass in the
CreateCertificateProviderrequest to make sure the request is idempotent.- Parameters:
 clientToken- A string that you can optionally pass in theCreateCertificateProviderrequest to make sure the request is idempotent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Metadata which can be used to manage the certificate provider.
- Parameters:
 tags- Metadata which can be used to manage the certificate provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Metadata which can be used to manage the certificate provider.
- Parameters:
 tags- Metadata which can be used to manage the certificate provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Metadata which can be used to manage the certificate provider.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateCertificateProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateCertificateProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -