Interface ModifyCertificatesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ModifyCertificatesRequest.Builder,ModifyCertificatesRequest>, RdsRequest.Builder, SdkBuilder<ModifyCertificatesRequest.Builder,ModifyCertificatesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ModifyCertificatesRequest

  • Method Details

    • certificateIdentifier

      ModifyCertificatesRequest.Builder certificateIdentifier(String certificateIdentifier)

      The new default certificate identifier to override the current one with.

      To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

      Parameters:
      certificateIdentifier - The new default certificate identifier to override the current one with.

      To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • removeCustomerOverride

      ModifyCertificatesRequest.Builder removeCustomerOverride(Boolean removeCustomerOverride)

      Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.

      Parameters:
      removeCustomerOverride - Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ModifyCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder