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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AppInstanceAdminSummary.Builderadmin(Consumer<Identity.Builder> admin)The details of theAppInstanceAdmin.AppInstanceAdminSummary.Builderadmin(Identity admin)The details of theAppInstanceAdmin.-
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
-
admin
AppInstanceAdminSummary.Builder admin(Identity 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
default AppInstanceAdminSummary.Builder admin(Consumer<Identity.Builder> 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:
admin(Identity)
-
-