Class CommonSecretProps.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • immutable

        @Stability(Stable)
        public CommonSecretProps.Builder immutable​(Boolean immutable)
        Parameters:
        immutable - If set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time.
        Returns:
        this
      • metadata

        @Stability(Stable)
        public CommonSecretProps.Builder metadata​(org.cdk8s.ApiObjectMetadata metadata)
        Sets the value of ResourceProps.getMetadata()
        Parameters:
        metadata - Metadata that all persisted resources must have, which includes all objects users must create.
        Returns:
        this