Interface SuperuserParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>,SdkBuilder<SuperuserParameters.Builder,SuperuserParameters>,SdkPojo
- Enclosing class:
- SuperuserParameters
public static interface SuperuserParameters.Builder extends SdkPojo, CopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuperuserParameters.BuilderemailAddress(String emailAddress)The email address of the superuser.SuperuserParameters.BuilderfirstName(String firstName)The first name of the superuser.SuperuserParameters.BuilderlastName(String lastName)The last name of the superuser.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
emailAddress
SuperuserParameters.Builder emailAddress(String emailAddress)
The email address of the superuser.
- Parameters:
emailAddress- The email address of the superuser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstName
SuperuserParameters.Builder firstName(String firstName)
The first name of the superuser.
- Parameters:
firstName- The first name of the superuser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
SuperuserParameters.Builder lastName(String lastName)
The last name of the superuser.
- Parameters:
lastName- The last name of the superuser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-