Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.View.Builder
-
Packages that use View.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of View.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return View.Builder Modifier and Type Method Description View.BuilderView.Builder. arn(String arn)The Amazon Resource Name (ARN) of the view.static View.BuilderView. builder()default View.BuilderView.Builder. content(Consumer<ViewContent.Builder> content)View content containing all content necessary to render a view except for runtime input data.View.BuilderView.Builder. content(ViewContent content)View content containing all content necessary to render a view except for runtime input data.View.BuilderView.Builder. id(String id)The identifier of the view.View.BuilderView.Builder. name(String name)The name of the view.View.BuilderView. toBuilder()View.BuilderView.Builder. version(Integer version)The current version of the view.Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type View.Builder Modifier and Type Method Description static Class<? extends View.Builder>View. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type View.Builder Modifier and Type Method Description default DescribeViewResponse.BuilderDescribeViewResponse.Builder. view(Consumer<View.Builder> view)A view resource object.
-