Interface DescribeAppInstanceAdminResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<DescribeAppInstanceAdminResponse.Builder,,DescribeAppInstanceAdminResponse> SdkBuilder<DescribeAppInstanceAdminResponse.Builder,,DescribeAppInstanceAdminResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeAppInstanceAdminResponse
@Mutable
@NotThreadSafe
public static interface DescribeAppInstanceAdminResponse.Builder
extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceAdminResponse.Builder,DescribeAppInstanceAdminResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionappInstanceAdmin(Consumer<AppInstanceAdmin.Builder> appInstanceAdmin) The ARN and name of theAppInstanceUser, the ARN of theAppInstance, and the created and last-updated timestamps.appInstanceAdmin(AppInstanceAdmin appInstanceAdmin) The ARN and name of theAppInstanceUser, the ARN of theAppInstance, and the created and last-updated timestamps.Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
appInstanceAdmin
The ARN and name of the
AppInstanceUser, the ARN of theAppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.- Parameters:
 appInstanceAdmin- The ARN and name of theAppInstanceUser, the ARN of theAppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
appInstanceAdmin
default DescribeAppInstanceAdminResponse.Builder appInstanceAdmin(Consumer<AppInstanceAdmin.Builder> appInstanceAdmin) The ARN and name of the
This is a convenience method that creates an instance of theAppInstanceUser, the ARN of theAppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.AppInstanceAdmin.Builderavoiding the need to create one manually viaAppInstanceAdmin.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappInstanceAdmin(AppInstanceAdmin).- Parameters:
 appInstanceAdmin- a consumer that will call methods onAppInstanceAdmin.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -