Class GetConfigPartArgs.Builder

  • Enclosing class:
    GetConfigPartArgs

    public static final class GetConfigPartArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • content

        public GetConfigPartArgs.Builder content​(com.pulumi.core.Output<java.lang.String> content)
        Parameters:
        content - Body content for the part.
        Returns:
        builder
      • content

        public GetConfigPartArgs.Builder content​(java.lang.String content)
        Parameters:
        content - Body content for the part.
        Returns:
        builder
      • contentType

        public GetConfigPartArgs.Builder contentType​(com.pulumi.core.Output<java.lang.String> contentType)
        Parameters:
        contentType - A MIME-style content type to report in the header for the part. Defaults to `text/plain`
        Returns:
        builder
      • contentType

        public GetConfigPartArgs.Builder contentType​(java.lang.String contentType)
        Parameters:
        contentType - A MIME-style content type to report in the header for the part. Defaults to `text/plain`
        Returns:
        builder
      • filename

        public GetConfigPartArgs.Builder filename​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> filename)
        Parameters:
        filename - A filename to report in the header for the part.
        Returns:
        builder
      • filename

        public GetConfigPartArgs.Builder filename​(java.lang.String filename)
        Parameters:
        filename - A filename to report in the header for the part.
        Returns:
        builder
      • mergeType

        public GetConfigPartArgs.Builder mergeType​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> mergeType)
        Parameters:
        mergeType - A value for the `X-Merge-Type` header of the part, to control [cloud-init merging behavior](https://cloudinit.readthedocs.io/en/latest/reference/merging.html).
        Returns:
        builder
      • mergeType

        public GetConfigPartArgs.Builder mergeType​(java.lang.String mergeType)
        Parameters:
        mergeType - A value for the `X-Merge-Type` header of the part, to control [cloud-init merging behavior](https://cloudinit.readthedocs.io/en/latest/reference/merging.html).
        Returns:
        builder