Interface RegisterAppInstanceUserEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<RegisterAppInstanceUserEndpointResponse.Builder,RegisterAppInstanceUserEndpointResponse>,SdkBuilder<RegisterAppInstanceUserEndpointResponse.Builder,RegisterAppInstanceUserEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterAppInstanceUserEndpointResponse
public static interface RegisterAppInstanceUserEndpointResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<RegisterAppInstanceUserEndpointResponse.Builder,RegisterAppInstanceUserEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterAppInstanceUserEndpointResponse.BuilderappInstanceUserArn(String appInstanceUserArn)The ARN of theAppInstanceUser.RegisterAppInstanceUserEndpointResponse.BuilderendpointId(String endpointId)The unique identifier of theAppInstanceUserEndpoint.-
Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appInstanceUserArn
RegisterAppInstanceUserEndpointResponse.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
RegisterAppInstanceUserEndpointResponse.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.
-
-