AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.allowMessages(String allowMessages) |
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
|
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.allowMessages(AllowMessages 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(String type) |
The type of the AppInstanceUserEndpoint.
|
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.type(AppInstanceUserEndpointType type) |
The type of the AppInstanceUserEndpoint.
|