public static interface DescribeAppInstanceUserEndpointResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceUserEndpointResponse.Builder,DescribeAppInstanceUserEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceUserEndpointResponse.Builder |
appInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name,
type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
default DescribeAppInstanceUserEndpointResponse.Builder |
appInstanceUserEndpoint(Consumer<AppInstanceUserEndpoint.Builder> appInstanceUserEndpoint)
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name,
type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppInstanceUserEndpointResponse.Builder appInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name,
type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All
timestamps use epoch milliseconds.
appInstanceUserEndpoint - The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID,
name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps.
All timestamps use epoch milliseconds.default DescribeAppInstanceUserEndpointResponse.Builder appInstanceUserEndpoint(Consumer<AppInstanceUserEndpoint.Builder> appInstanceUserEndpoint)
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name,
type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All
timestamps use epoch milliseconds.
AppInstanceUserEndpoint.Builder avoiding
the need to create one manually via AppInstanceUserEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to appInstanceUserEndpoint(AppInstanceUserEndpoint).
appInstanceUserEndpoint - a consumer that will call methods on AppInstanceUserEndpoint.BuilderappInstanceUserEndpoint(AppInstanceUserEndpoint)Copyright © 2022. All rights reserved.