| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.allowMessages(AllowMessages allowMessages)
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.allowMessages(String allowMessages)
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
static AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.builder() |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.createdTimestamp(Instant createdTimestamp)
The time at which an
AppInstanceUserEndpoint was created. |
default AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.endpointAttributes(Consumer<EndpointAttributes.Builder> endpointAttributes)
The attributes of an
Endpoint. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.endpointAttributes(EndpointAttributes endpointAttributes)
The attributes of an
Endpoint. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.endpointId(String endpointId)
The unique identifier of the
AppInstanceUserEndpoint. |
default AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.endpointState(Consumer<EndpointState.Builder> endpointState)
A read-only field that represents the state of an
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.endpointState(EndpointState endpointState)
A read-only field that represents the state of an
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which an
AppInstanceUserEndpoint was last updated. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.name(String name)
The name of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.resourceArn(String resourceArn)
The ARN of the resource to which the endpoint belongs.
|
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.toBuilder() |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.type(AppInstanceUserEndpointType type)
The type of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.type(String type)
The type of the
AppInstanceUserEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppInstanceUserEndpoint.Builder> |
AppInstanceUserEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAppInstanceUserEndpointResponse.Builder |
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. |
Copyright © 2022. All rights reserved.