Interface RegisterAppInstanceUserEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<RegisterAppInstanceUserEndpointResponse.Builder,,RegisterAppInstanceUserEndpointResponse> SdkBuilder<RegisterAppInstanceUserEndpointResponse.Builder,,RegisterAppInstanceUserEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterAppInstanceUserEndpointResponse
@Mutable
@NotThreadSafe
public static interface RegisterAppInstanceUserEndpointResponse.Builder
extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<RegisterAppInstanceUserEndpointResponse.Builder,RegisterAppInstanceUserEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionappInstanceUserArn(String appInstanceUserArn) The ARN of theAppInstanceUser.endpointId(String endpointId) The unique identifier of theAppInstanceUserEndpoint.Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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.
-