Class GetProfilePlainArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.customerinsights.inputs.GetProfilePlainArgs.Builder
-
- Enclosing class:
- GetProfilePlainArgs
public static final class GetProfilePlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetProfilePlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetProfilePlainArgs
build()
GetProfilePlainArgs.Builder
hubName(java.lang.String hubName)
GetProfilePlainArgs.Builder
localeCode(java.lang.String localeCode)
GetProfilePlainArgs.Builder
profileName(java.lang.String profileName)
GetProfilePlainArgs.Builder
resourceGroupName(java.lang.String resourceGroupName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetProfilePlainArgs defaults)
-
-
Method Detail
-
hubName
public GetProfilePlainArgs.Builder hubName(java.lang.String hubName)
- Parameters:
hubName
- The name of the hub.- Returns:
- builder
-
localeCode
public GetProfilePlainArgs.Builder localeCode(@Nullable java.lang.String localeCode)
- Parameters:
localeCode
- Locale of profile to retrieve, default is en-us.- Returns:
- builder
-
profileName
public GetProfilePlainArgs.Builder profileName(java.lang.String profileName)
- Parameters:
profileName
- The name of the profile.- Returns:
- builder
-
resourceGroupName
public GetProfilePlainArgs.Builder resourceGroupName(java.lang.String resourceGroupName)
- Parameters:
resourceGroupName
- The name of the resource group.- Returns:
- builder
-
build
public GetProfilePlainArgs build()
-
-