Package com.pulumi.gcp.compute.inputs
Class SecurityScanConfigAuthenticationGoogleAccountArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.inputs.SecurityScanConfigAuthenticationGoogleAccountArgs.Builder
-
- Enclosing class:
- SecurityScanConfigAuthenticationGoogleAccountArgs
public static final class SecurityScanConfigAuthenticationGoogleAccountArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SecurityScanConfigAuthenticationGoogleAccountArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityScanConfigAuthenticationGoogleAccountArgs
build()
SecurityScanConfigAuthenticationGoogleAccountArgs.Builder
password(com.pulumi.core.Output<java.lang.String> password)
SecurityScanConfigAuthenticationGoogleAccountArgs.Builder
password(java.lang.String password)
SecurityScanConfigAuthenticationGoogleAccountArgs.Builder
username(com.pulumi.core.Output<java.lang.String> username)
SecurityScanConfigAuthenticationGoogleAccountArgs.Builder
username(java.lang.String username)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SecurityScanConfigAuthenticationGoogleAccountArgs defaults)
-
-
Method Detail
-
password
public SecurityScanConfigAuthenticationGoogleAccountArgs.Builder password(com.pulumi.core.Output<java.lang.String> password)
- Parameters:
password
- The password of the Google account. The credential is stored encrypted in GCP. **Note**: This property is sensitive and will not be displayed in the plan.- Returns:
- builder
-
password
public SecurityScanConfigAuthenticationGoogleAccountArgs.Builder password(java.lang.String password)
- Parameters:
password
- The password of the Google account. The credential is stored encrypted in GCP. **Note**: This property is sensitive and will not be displayed in the plan.- Returns:
- builder
-
username
public SecurityScanConfigAuthenticationGoogleAccountArgs.Builder username(com.pulumi.core.Output<java.lang.String> username)
- Parameters:
username
- The user name of the Google account.- Returns:
- builder
-
username
public SecurityScanConfigAuthenticationGoogleAccountArgs.Builder username(java.lang.String username)
- Parameters:
username
- The user name of the Google account.- Returns:
- builder
-
build
public SecurityScanConfigAuthenticationGoogleAccountArgs build()
-
-