Interface UpdateAppInstanceUserEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkIdentityRequest.Builder,CopyableBuilder<UpdateAppInstanceUserEndpointRequest.Builder,UpdateAppInstanceUserEndpointRequest>,SdkBuilder<UpdateAppInstanceUserEndpointRequest.Builder,UpdateAppInstanceUserEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAppInstanceUserEndpointRequest
public static interface UpdateAppInstanceUserEndpointRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppInstanceUserEndpointRequest.Builder,UpdateAppInstanceUserEndpointRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
appInstanceUserArn
UpdateAppInstanceUserEndpointRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser.- Parameters:
appInstanceUserArn- The ARN of theAppInstanceUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointId
UpdateAppInstanceUserEndpointRequest.Builder endpointId(String endpointId)
The unique identifier of the
AppInstanceUserEndpoint.- Parameters:
endpointId- The unique identifier of theAppInstanceUserEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAppInstanceUserEndpointRequest.Builder name(String name)
The name of the
AppInstanceUserEndpoint.- Parameters:
name- The name of theAppInstanceUserEndpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowMessages
UpdateAppInstanceUserEndpointRequest.Builder allowMessages(String allowMessages)
Boolean that controls whether the
AppInstanceUserEndpointis opted in to receive messages.ALLindicates the endpoint will receive all messages.NONEindicates the endpoint will receive no messages.- Parameters:
allowMessages- Boolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.ALLindicates the endpoint will receive all messages.NONEindicates the endpoint will receive no messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AllowMessages,AllowMessages
-
allowMessages
UpdateAppInstanceUserEndpointRequest.Builder allowMessages(AllowMessages allowMessages)
Boolean that controls whether the
AppInstanceUserEndpointis opted in to receive messages.ALLindicates the endpoint will receive all messages.NONEindicates the endpoint will receive no messages.- Parameters:
allowMessages- Boolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.ALLindicates the endpoint will receive all messages.NONEindicates the endpoint will receive no messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AllowMessages,AllowMessages
-
overrideConfiguration
UpdateAppInstanceUserEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAppInstanceUserEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-