Class ResourceIdentityArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.dbformysql.inputs.ResourceIdentityArgs.Builder
-
- Enclosing class:
- ResourceIdentityArgs
public static final class ResourceIdentityArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ResourceIdentityArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceIdentityArgs
build()
ResourceIdentityArgs.Builder
type(IdentityType type)
ResourceIdentityArgs.Builder
type(com.pulumi.core.Either<java.lang.String,IdentityType> type)
ResourceIdentityArgs.Builder
type(com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,IdentityType>> type)
ResourceIdentityArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ResourceIdentityArgs defaults)
-
-
Method Detail
-
type
public ResourceIdentityArgs.Builder type(@Nullable com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,IdentityType>> type)
- Parameters:
type
- The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.- Returns:
- builder
-
type
public ResourceIdentityArgs.Builder type(com.pulumi.core.Either<java.lang.String,IdentityType> type)
- Parameters:
type
- The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.- Returns:
- builder
-
type
public ResourceIdentityArgs.Builder type(java.lang.String type)
- Parameters:
type
- The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.- Returns:
- builder
-
type
public ResourceIdentityArgs.Builder type(IdentityType type)
- Parameters:
type
- The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.- Returns:
- builder
-
build
public ResourceIdentityArgs build()
-
-