Class ListManagedClusterAccessProfileResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.containerservice.outputs.ListManagedClusterAccessProfileResult.Builder
-
- Enclosing class:
- ListManagedClusterAccessProfileResult
public static final class ListManagedClusterAccessProfileResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ListManagedClusterAccessProfileResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListManagedClusterAccessProfileResult
build()
ListManagedClusterAccessProfileResult.Builder
id(java.lang.String id)
ListManagedClusterAccessProfileResult.Builder
kubeConfig(java.lang.String kubeConfig)
ListManagedClusterAccessProfileResult.Builder
location(java.lang.String location)
ListManagedClusterAccessProfileResult.Builder
name(java.lang.String name)
ListManagedClusterAccessProfileResult.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
ListManagedClusterAccessProfileResult.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ListManagedClusterAccessProfileResult defaults)
-
-
Method Detail
-
id
public ListManagedClusterAccessProfileResult.Builder id(java.lang.String id)
-
kubeConfig
public ListManagedClusterAccessProfileResult.Builder kubeConfig(@Nullable java.lang.String kubeConfig)
-
location
public ListManagedClusterAccessProfileResult.Builder location(java.lang.String location)
-
name
public ListManagedClusterAccessProfileResult.Builder name(java.lang.String name)
-
tags
public ListManagedClusterAccessProfileResult.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
type
public ListManagedClusterAccessProfileResult.Builder type(java.lang.String type)
-
build
public ListManagedClusterAccessProfileResult build()
-
-