@Stability(value=Experimental) public static final class GitIdentity.Builder extends Object implements software.amazon.jsii.Builder<GitIdentity>
GitIdentity| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GitIdentity |
build()
Builds the configured instance.
|
GitIdentity.Builder |
email(String email)
Sets the value of
GitIdentity.getEmail() |
GitIdentity.Builder |
name(String name)
Sets the value of
GitIdentity.getName() |
@Stability(value=Experimental) public GitIdentity.Builder email(String email)
GitIdentity.getEmail()email - The email address of the git user. This parameter is required.this@Stability(value=Experimental) public GitIdentity.Builder name(String name)
GitIdentity.getName()name - The name of the user. This parameter is required.this@Stability(value=Experimental) public GitIdentity build()
build in interface software.amazon.jsii.Builder<GitIdentity>GitIdentityNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.