Class ModifyTrustStoreRequest

    • Method Detail

      • trustStoreArn

        public final String trustStoreArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the trust store.
      • caCertificatesBundleS3Bucket

        public final String caCertificatesBundleS3Bucket()

        The Amazon S3 bucket for the ca certificates bundle.

        Returns:
        The Amazon S3 bucket for the ca certificates bundle.
      • caCertificatesBundleS3Key

        public final String caCertificatesBundleS3Key()

        The Amazon S3 path for the ca certificates bundle.

        Returns:
        The Amazon S3 path for the ca certificates bundle.
      • caCertificatesBundleS3ObjectVersion

        public final String caCertificatesBundleS3ObjectVersion()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object