Interface CreateAttendeeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<CreateAttendeeResponse.Builder,CreateAttendeeResponse>,SdkBuilder<CreateAttendeeResponse.Builder,CreateAttendeeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAttendeeResponse
public static interface CreateAttendeeResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<CreateAttendeeResponse.Builder,CreateAttendeeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateAttendeeResponse.Builderattendee(Consumer<Attendee.Builder> attendee)The attendee information, including attendee ID and join token.CreateAttendeeResponse.Builderattendee(Attendee attendee)The attendee information, including attendee ID and join token.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.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
-
attendee
CreateAttendeeResponse.Builder attendee(Attendee attendee)
The attendee information, including attendee ID and join token.
- Parameters:
attendee- The attendee information, including attendee ID and join token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attendee
default CreateAttendeeResponse.Builder attendee(Consumer<Attendee.Builder> attendee)
The attendee information, including attendee ID and join token.
This is a convenience method that creates an instance of theAttendee.Builderavoiding the need to create one manually viaAttendee.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattendee(Attendee).- Parameters:
attendee- a consumer that will call methods onAttendee.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attendee(Attendee)
-
-