Interface AppInstanceAdmin.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AppInstanceAdmin.Builder,,AppInstanceAdmin> SdkBuilder<AppInstanceAdmin.Builder,,AppInstanceAdmin> SdkPojo
- Enclosing class:
 AppInstanceAdmin
public static interface AppInstanceAdmin.Builder
extends SdkPojo, CopyableBuilder<AppInstanceAdmin.Builder,AppInstanceAdmin> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault AppInstanceAdmin.Builderadmin(Consumer<Identity.Builder> admin) TheAppInstanceAdmindata.TheAppInstanceAdmindata.appInstanceArn(String appInstanceArn) The ARN of theAppInstancefor which the user is an administrator.createdTimestamp(Instant createdTimestamp) The time at which an administrator was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
admin
The
AppInstanceAdmindata.- Parameters:
 admin- TheAppInstanceAdmindata.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
admin
The
This is a convenience method that creates an instance of theAppInstanceAdmindata.Identity.Builderavoiding the need to create one manually viaIdentity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadmin(Identity).- Parameters:
 admin- a consumer that will call methods onIdentity.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
appInstanceArn
The ARN of the
AppInstancefor which the user is an administrator.- Parameters:
 appInstanceArn- The ARN of theAppInstancefor which the user is an administrator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
createdTimestamp
The time at which an administrator was created.
- Parameters:
 createdTimestamp- The time at which an administrator was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -