Uses of Interface
software.amazon.awssdk.services.chime.model.AppInstanceUser.Builder
-
Packages that use AppInstanceUser.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of AppInstanceUser.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return AppInstanceUser.Builder Modifier and Type Method Description AppInstanceUser.BuilderAppInstanceUser.Builder. appInstanceUserArn(String appInstanceUserArn)The ARN of theAppInstanceUser.static AppInstanceUser.BuilderAppInstanceUser. builder()AppInstanceUser.BuilderAppInstanceUser.Builder. createdTimestamp(Instant createdTimestamp)The time at which theAppInstanceUserwas created.AppInstanceUser.BuilderAppInstanceUser.Builder. lastUpdatedTimestamp(Instant lastUpdatedTimestamp)The time at which theAppInstanceUserwas last updated.AppInstanceUser.BuilderAppInstanceUser.Builder. metadata(String metadata)The metadata of theAppInstanceUser.AppInstanceUser.BuilderAppInstanceUser.Builder. name(String name)The name of theAppInstanceUser.AppInstanceUser.BuilderAppInstanceUser. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type AppInstanceUser.Builder Modifier and Type Method Description static Class<? extends AppInstanceUser.Builder>AppInstanceUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type AppInstanceUser.Builder Modifier and Type Method Description default DescribeAppInstanceUserResponse.BuilderDescribeAppInstanceUserResponse.Builder. appInstanceUser(Consumer<AppInstanceUser.Builder> appInstanceUser)The name of theAppInstanceUser.
-