public static interface AppInstanceUserEndpointSummary.Builder extends SdkPojo, CopyableBuilder<AppInstanceUserEndpointSummary.Builder,AppInstanceUserEndpointSummary>
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserEndpointSummary.Builder |
allowMessages(AllowMessages allowMessages)
BBoolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpointSummary.Builder |
allowMessages(String allowMessages)
BBoolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpointSummary.Builder |
appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUserEndpointSummary.Builder |
endpointId(String endpointId)
The unique identifier of the
AppInstanceUserEndpoint. |
default AppInstanceUserEndpointSummary.Builder |
endpointState(Consumer<EndpointState.Builder> endpointState)
A read-only field that represent the state of an
AppInstanceUserEndpoint. |
AppInstanceUserEndpointSummary.Builder |
endpointState(EndpointState endpointState)
A read-only field that represent the state of an
AppInstanceUserEndpoint. |
AppInstanceUserEndpointSummary.Builder |
name(String name)
The name of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpointSummary.Builder |
type(AppInstanceUserEndpointType type)
The type of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpointSummary.Builder |
type(String type)
The type of the
AppInstanceUserEndpoint. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceUserEndpointSummary.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.AppInstanceUserEndpointSummary.Builder endpointId(String endpointId)
The unique identifier of the AppInstanceUserEndpoint.
endpointId - The unique identifier of the AppInstanceUserEndpoint.AppInstanceUserEndpointSummary.Builder name(String name)
The name of the AppInstanceUserEndpoint.
name - The name of the AppInstanceUserEndpoint.AppInstanceUserEndpointSummary.Builder type(String type)
The type of the AppInstanceUserEndpoint.
type - The type of the AppInstanceUserEndpoint.AppInstanceUserEndpointType,
AppInstanceUserEndpointTypeAppInstanceUserEndpointSummary.Builder type(AppInstanceUserEndpointType type)
The type of the AppInstanceUserEndpoint.
type - The type of the AppInstanceUserEndpoint.AppInstanceUserEndpointType,
AppInstanceUserEndpointTypeAppInstanceUserEndpointSummary.Builder allowMessages(String allowMessages)
BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
ALL indicates the endpoint will receive all messages. NONE indicates the endpoint
will receive no messages.
allowMessages - BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive
messages. ALL indicates the endpoint will receive all messages. NONE
indicates the endpoint will receive no messages.AllowMessages,
AllowMessagesAppInstanceUserEndpointSummary.Builder allowMessages(AllowMessages allowMessages)
BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
ALL indicates the endpoint will receive all messages. NONE indicates the endpoint
will receive no messages.
allowMessages - BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive
messages. ALL indicates the endpoint will receive all messages. NONE
indicates the endpoint will receive no messages.AllowMessages,
AllowMessagesAppInstanceUserEndpointSummary.Builder endpointState(EndpointState endpointState)
A read-only field that represent the state of an AppInstanceUserEndpoint.
endpointState - A read-only field that represent the state of an AppInstanceUserEndpoint.default AppInstanceUserEndpointSummary.Builder endpointState(Consumer<EndpointState.Builder> endpointState)
A read-only field that represent the state of an AppInstanceUserEndpoint.
EndpointState.Builder avoiding the need
to create one manually via EndpointState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointState(EndpointState).
endpointState - a consumer that will call methods on EndpointState.BuilderendpointState(EndpointState)Copyright © 2022. All rights reserved.