Package com.pulumi.cloudinit.inputs
Class GetConfigPartArgs.Builder
- java.lang.Object
-
- com.pulumi.cloudinit.inputs.GetConfigPartArgs.Builder
-
- Enclosing class:
- GetConfigPartArgs
public static final class GetConfigPartArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetConfigPartArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetConfigPartArgsbuild()GetConfigPartArgs.Buildercontent(com.pulumi.core.Output<java.lang.String> content)GetConfigPartArgs.Buildercontent(java.lang.String content)GetConfigPartArgs.BuildercontentType(com.pulumi.core.Output<java.lang.String> contentType)GetConfigPartArgs.BuildercontentType(java.lang.String contentType)GetConfigPartArgs.Builderfilename(com.pulumi.core.Output<java.lang.String> filename)GetConfigPartArgs.Builderfilename(java.lang.String filename)GetConfigPartArgs.BuildermergeType(com.pulumi.core.Output<java.lang.String> mergeType)GetConfigPartArgs.BuildermergeType(java.lang.String mergeType)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetConfigPartArgs defaults)
-
-
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
-
build
public GetConfigPartArgs build()
-
-