Interface AppInstanceAdminSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AppInstanceAdminSummary.Builder,,AppInstanceAdminSummary> SdkBuilder<AppInstanceAdminSummary.Builder,,AppInstanceAdminSummary> SdkPojo
- Enclosing class:
AppInstanceAdminSummary
public static interface AppInstanceAdminSummary.Builder
extends SdkPojo, CopyableBuilder<AppInstanceAdminSummary.Builder,AppInstanceAdminSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AppInstanceAdminSummary.Builderadmin(Consumer<Identity.Builder> admin) The details of theAppInstanceAdmin.The details of theAppInstanceAdmin.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, sdkFields
-
Method Details
-
admin
The details of the
AppInstanceAdmin.- Parameters:
admin- The details of theAppInstanceAdmin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
admin
The details of the
This is a convenience method that creates an instance of theAppInstanceAdmin.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:
-