Interface CreateCertificateProviderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCertificateProviderRequest.Builder,CreateCertificateProviderRequest>,IotRequest.Builder,SdkBuilder<CreateCertificateProviderRequest.Builder,CreateCertificateProviderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCertificateProviderRequest
public static interface CreateCertificateProviderRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateCertificateProviderRequest.Builder,CreateCertificateProviderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCertificateProviderRequest.BuilderaccountDefaultForOperations(Collection<CertificateProviderOperation> accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.CreateCertificateProviderRequest.BuilderaccountDefaultForOperations(CertificateProviderOperation... accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.CreateCertificateProviderRequest.BuilderaccountDefaultForOperationsWithStrings(String... accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.CreateCertificateProviderRequest.BuilderaccountDefaultForOperationsWithStrings(Collection<String> accountDefaultForOperations)A list of the operations that the certificate provider will use to generate certificates.CreateCertificateProviderRequest.BuildercertificateProviderName(String certificateProviderName)The name of the certificate provider.CreateCertificateProviderRequest.BuilderclientToken(String clientToken)A string that you can optionally pass in theCreateCertificateProviderrequest to make sure the request is idempotent.CreateCertificateProviderRequest.BuilderlambdaFunctionArn(String lambdaFunctionArn)The ARN of the Lambda function that defines the authentication logic.CreateCertificateProviderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCertificateProviderRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCertificateProviderRequest.Buildertags(Collection<Tag> tags)Metadata which can be used to manage the certificate provider.CreateCertificateProviderRequest.Buildertags(Consumer<Tag.Builder>... tags)Metadata which can be used to manage the certificate provider.CreateCertificateProviderRequest.Buildertags(Tag... tags)Metadata which can be used to manage the certificate provider.-
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.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
certificateProviderName
CreateCertificateProviderRequest.Builder certificateProviderName(String 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
CreateCertificateProviderRequest.Builder lambdaFunctionArn(String 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
CreateCertificateProviderRequest.Builder clientToken(String 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
CreateCertificateProviderRequest.Builder tags(Collection<Tag> 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
CreateCertificateProviderRequest.Builder tags(Tag... 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
CreateCertificateProviderRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateCertificateProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCertificateProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-