Interface CreateAttendeeError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateAttendeeError.Builder,CreateAttendeeError>,SdkBuilder<CreateAttendeeError.Builder,CreateAttendeeError>,SdkPojo
- Enclosing class:
- CreateAttendeeError
public static interface CreateAttendeeError.Builder extends SdkPojo, CopyableBuilder<CreateAttendeeError.Builder,CreateAttendeeError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAttendeeError.BuildererrorCode(String errorCode)The error code.CreateAttendeeError.BuildererrorMessage(String errorMessage)The error message.CreateAttendeeError.BuilderexternalUserId(String externalUserId)The Amazon Chime SDK external user ID.-
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
-
-
-
-
Method Detail
-
externalUserId
CreateAttendeeError.Builder externalUserId(String externalUserId)
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
Pattern:
[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*Values that begin with
aws:are reserved. You can't configure a value that uses this prefix. Case insensitive.- Parameters:
externalUserId- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.Pattern:
[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*Values that begin with
aws:are reserved. You can't configure a value that uses this prefix. Case insensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
CreateAttendeeError.Builder errorCode(String errorCode)
The error code.
- Parameters:
errorCode- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
CreateAttendeeError.Builder errorMessage(String errorMessage)
The error message.
- Parameters:
errorMessage- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-