Interface ModifyTrustStoreRequest.Builder

    • Method Detail

      • trustStoreArn

        ModifyTrustStoreRequest.Builder trustStoreArn​(String trustStoreArn)

        The Amazon Resource Name (ARN) of the trust store.

        Parameters:
        trustStoreArn - The Amazon Resource Name (ARN) of the trust store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caCertificatesBundleS3Bucket

        ModifyTrustStoreRequest.Builder caCertificatesBundleS3Bucket​(String caCertificatesBundleS3Bucket)

        The Amazon S3 bucket for the ca certificates bundle.

        Parameters:
        caCertificatesBundleS3Bucket - The Amazon S3 bucket for the ca certificates bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caCertificatesBundleS3Key

        ModifyTrustStoreRequest.Builder caCertificatesBundleS3Key​(String caCertificatesBundleS3Key)

        The Amazon S3 path for the ca certificates bundle.

        Parameters:
        caCertificatesBundleS3Key - The Amazon S3 path for the ca certificates bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caCertificatesBundleS3ObjectVersion

        ModifyTrustStoreRequest.Builder caCertificatesBundleS3ObjectVersion​(String caCertificatesBundleS3ObjectVersion)

        The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.

        Parameters:
        caCertificatesBundleS3ObjectVersion - The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.