Package com.pulumi.cloudinit.outputs
Class GetConfigPart
- java.lang.Object
-
- com.pulumi.cloudinit.outputs.GetConfigPart
-
public final class GetConfigPart extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetConfigPart.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetConfigPart.Builderbuilder()static GetConfigPart.Builderbuilder(GetConfigPart defaults)java.lang.Stringcontent()java.lang.StringcontentType()java.util.Optional<java.lang.String>filename()java.util.Optional<java.lang.String>mergeType()
-
-
-
Method Detail
-
content
public java.lang.String content()
- Returns:
- Body content for the part.
-
contentType
public java.lang.String contentType()
- Returns:
- A MIME-style content type to report in the header for the part. Defaults to `text/plain`
-
filename
public java.util.Optional<java.lang.String> filename()
- Returns:
- A filename to report in the header for the part.
-
mergeType
public java.util.Optional<java.lang.String> mergeType()
- Returns:
- 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).
-
builder
public static GetConfigPart.Builder builder()
-
builder
public static GetConfigPart.Builder builder(GetConfigPart defaults)
-
-