@Stability(value=Stable)
public static interface CfnEnvironment.SuperuserParametersProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.finspace.*;
SuperuserParametersProperty superuserParametersProperty = SuperuserParametersProperty.builder()
.emailAddress("emailAddress")
.firstName("firstName")
.lastName("lastName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.SuperuserParametersProperty.Builder
A builder for
CfnEnvironment.SuperuserParametersProperty |
static class |
CfnEnvironment.SuperuserParametersProperty.Jsii$Proxy
An implementation for
CfnEnvironment.SuperuserParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.SuperuserParametersProperty.Builder |
builder() |
default String |
getEmailAddress()
The email address of the superuser.
|
default String |
getFirstName()
The first name of the superuser.
|
default String |
getLastName()
The last name of the superuser.
|
@Stability(value=Stable) @Nullable default String getEmailAddress()
@Stability(value=Stable) @Nullable default String getFirstName()
@Stability(value=Stable) @Nullable default String getLastName()
@Stability(value=Stable) static CfnEnvironment.SuperuserParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.