Class SeccompProfilePatch.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.outputs.SeccompProfilePatch.Builder
-
- Enclosing class:
- SeccompProfilePatch
public static final class SeccompProfilePatch.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SeccompProfilePatch defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeccompProfilePatch
build()
SeccompProfilePatch.Builder
localhostProfile(java.lang.String localhostProfile)
SeccompProfilePatch.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SeccompProfilePatch defaults)
-
-
Method Detail
-
localhostProfile
public SeccompProfilePatch.Builder localhostProfile(@Nullable java.lang.String localhostProfile)
-
type
public SeccompProfilePatch.Builder type(@Nullable java.lang.String type)
-
build
public SeccompProfilePatch build()
-
-