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 Details

    • 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

      A string that you can optionally pass in the CreateCertificateProvider request to make sure the request is idempotent.

      Parameters:
      clientToken - A string that you can optionally pass in the CreateCertificateProvider request 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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.