Interface DescribeAppInstanceAdminResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<DescribeAppInstanceAdminResponse.Builder,DescribeAppInstanceAdminResponse>,SdkBuilder<DescribeAppInstanceAdminResponse.Builder,DescribeAppInstanceAdminResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAppInstanceAdminResponse
public static interface DescribeAppInstanceAdminResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceAdminResponse.Builder,DescribeAppInstanceAdminResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAppInstanceAdminResponse.BuilderappInstanceAdmin(Consumer<AppInstanceAdmin.Builder> appInstanceAdmin)The ARN and name of theAppInstanceUser, the ARN of theAppInstance, and the created and last-updated timestamps.DescribeAppInstanceAdminResponse.BuilderappInstanceAdmin(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, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appInstanceAdmin
DescribeAppInstanceAdminResponse.Builder appInstanceAdmin(AppInstanceAdmin 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:
appInstanceAdmin(AppInstanceAdmin)
-
-